What does $1 mean in bash?
No Answer is Posted For this Question
Be the First to Post Answer
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
How important is shell scripting?
What is computer cli?
In a single command how do you run the previous command in the command prompt.
Write a shell script to check whether a number is Armstrong number or not?
What is the equivalent of a file shortcut that we have a window on a linux system?
write a shell program to check wheather a given string is pallindrome or not?
I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?
What is shift command in shell script?
What is .sh file in mac?
Write down the syntax of "for " loop
How would you print just the 25th line in a file using smallest shell script?