What is @echo off?
Answer / Karan Kumar Verma
@echo off is a command used at the beginning of batch files (.bat) in Windows to prevent the display of command echoing during script execution.
| Is This Answer Correct ? | 0 Yes | 0 No |
Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"
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.
How shell works?
Why are shell scripts used?
What is the purpose of scripting?
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
What is the best shell scripting language?
What is shell company all about?
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
What is a batch file used for?
Why is it called a shell?
Why we are writting shell scripts? Plz if possible explain it briefly.