Is it possible to substitute "ls" command in the place of "echo" command?
No Answer is Posted For this Question
Be the First to Post Answer
How to enable the shell to know what program should be run to interpret the script?
What is the first line of a shell script called?
How to pass an argument to a script?
I want to monitor a continuously updating log file, what command can be used to most efficiently achieve this?
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
I want to upload a file to remote server through ftp daily.Can anyone suggest how to make a shell script for that.I hv credentials for that ftp
How to know that your remote server is ruing smoothly or not in unix?
How many fields are present in a crontab file and what does each field specify?
Explain about shebang?
How to set an array in linux?
What is a shell? · Types of shell · what is shell scripting?
How will I insert a line "abcdef" at every 100th line of a file?