Is shell scripting a programming language?
Why we are writting shell scripts? Plz if possible explain it briefly.
How do you read arguments in a shell program - $1, $2 ..?
madhar chod unix ke 10 commands dhang se likh nahi sakta hai
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt
c program to display the information of given file similar to givan by the unix or linux command ls -l
What is the syntax of "expr" command?
What are the additional egrep symbols?
what is "umask"?
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 delete all the files with extension .dat rom a directory tree from root to third level in a single unix command?
write a program to display all the files from the current directory which are created in particular month
what does "kill -9" and "kill -1" do