What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about stdin, stdout and stderr?
How can we find the process name from its process id?
How to rename all the files in a folder having specific extension? Example: I have some files with extension (.txt) in a folder name 'Test'. I have to rename all the .txt files in a test and its subdirectories to .my extension.
Write a command sequence to find the count of each word?
Explore about environment variables?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
What are the different commands available to check the disk usage?
How to set an array in linux?
What is .sh file in mac?
How does path variable work?
How can you get the value of pi till a 100 decimal places?
What is awk in shell script?