Can shell script run on windows?
No Answer is Posted For this Question
Be the First to Post Answer
is there any command to find user password?
What is the syntax of "grep" command?
What command needs to be used to take the backup?
What is echo in shell?
What happens when you type ls?
What is a program shell?
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"
What are zombie processes?
Create a bash shell script that reads a line from the user consisting of 5 words and then prints them out in reverse order. Name this script "reverse.sh"
how to read systems current date and time
What is the use of "shift" command in passing parameters?
How u convert string "hi pravin how are you?" to "Hi Pravin How Are You?"