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 |
What’s the conditional statement in shell scripting?
How do you find out the current directory you’re in?
How do you search for a string inside a given file?
What are PIDs?
How do you remove a file?
How do you fire a process in the background?
How do you count words, lines and characters in a file?
How do you list currently running process?
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.
How do you test for file properties in shell scripts?
How do you define a function in a shell script?
How do you find out your own username?