A Bash script is a plain text file which contains a series of commands. It allows you to perform a series of actions. Bash scripting is an essential skill for …
A Bash script is a plain text file which contains a series of commands. It allows you to perform a series of actions. Bash scripting is an essential skill for …
This extends Bash script interview Q&As – variables & arrays Q01 How will you concatenate strings in Bash? A01 In Bash, when variables or strings are written one after another, …
Q01 What is a conditional expression in bash? A01 A conditional in Bash scripting is made up of two things: a conditional statement and one or more conditional operators. if …
Q01 Can you explain the below code? temp.sh:
Q01 What is an IFS in Bash? A01 IFS is a special variable in Bash which is used to control the field separator for line parsing. By default, IFS is …
Q01 How will you run a Bash script? A01 Bash scripts, like scripts written in other programming languages, can be run in a wide variety of ways. Permission to run …
You need to use “ls -la” to list the hidden files in your home (i.e ~) directory. These config files are “.bashrc”, “.inputrc”, “.profile”, etc. In computing, a hidden folder …
Q. How would you go about replacing a piece of a text or a phrase from 20,000+ web templates residing on a Unix file system? Even some candidates with 5+ …
Unix is a very powerful tool to automate monotonous & manual tasks. Here is a real-life example for data engineers & software engineers. If you are not familiar with Shell …
Unix is a very powerful tool to automate monotonous & manual tasks. Here is a real-life example for data engineers & software engineers. If you are not familiar with Shell …
Q01 How will you go about to list all the table names used in a number of sql scripts for a given database say MY_DB_1?
A01 Let’s say you have …
When you are using Linux/Unix command line frequently, using the history effectively can be a major productivity boost. You can accomplish things with less typing. For example, you will be …
Q1 How will you delete files that are older than 7 days in a remote unix server?
A1 By ssh ing to the remote host server
I have a good news, I got job offer. I like to share with you from my bottom of my heart feeling thankful to you.