How do you write a for loop in shell?
Answer / chaitanya
for {variable name} in {list} do {statement} done
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you search for a string in a directory with the subdirectories recursed?
How do you refer to the arguments passed to a shell script?
How do you remove recursively?
How do you read keyboard input in shell scripts?
What are PIDs?
How do you stop all the processes, except the shell window?
How do you remove a file?
How do you do Boolean logic operators in shell scripting?
What’s the command to find out today’s date?
How do you define a function in a shell script?
How do you search for a string inside a given file?
I am configuring my anaconda file in linux, i want to use as kickstart file, in post installation how can i edit file or change the content of file and save it.