Can shell script run on windows?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of .sh file?
Why should we use shell scripts?
Write down the syntax for all the loops in shell scripting.
How does shell scripting work?
What is awk in shell script?
How would you print just the 25th line in a file using smallest shell script?
write a shell script that accepts name from user and creates a directory by the path name, then creates a text file in that directory and stores in it, the data accepted from user till STOP, displays the no. of characters stored in the file.Program stops if directory name is null
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
How to sort a result of Ls -l command based on columns. Ex. i want to sort 5th column from output of ls -l command.
What is the syntax of "grep" command?
How can you get the value of pi till a 100 decimal places?
Is scripting and coding the same thing?