How does shell scripting work?
No Answer is Posted For this Question
Be the First to Post Answer
How to open a read-only file in the shell?
What is meant by dos operating system?
What is sed in shell script?
What language is used in terminal?
c program to display the information of given file similar to givan by the unix or linux command ls -l
What is $1 in shell scripting?
Is cmd a shell?
What is bash coding?
Is shell script a programming language?
write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.
Write a shell script to get current date, time, user name and current working directory.