What is @echo off?
No Answer is Posted For this Question
Be the First to Post Answer
c program which accept one argument as a directory name and prints all the file name along with its inode number and total count of the file in directory
wats the she bang statment with syntax?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
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 can you execute the shell scripts?
What are the advantages of using shell scripts?
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 can you get the value of pi till a 100 decimal places?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What language is shell scripting?
What is the syntax of "grep" command?
What is the use of echo in shell script?