What is scripting autism?
What is INODE?
What is the best scripting language?
why did you apply to shell
What does $# stand for?
What are the advantages of bash over all other shells?
shell script for reverse the string
Write down the syntax of "for " loop
write a program to display all the files from the current directory which are created in particular month
What does $@ mean in shell?
What are the two files of crontab command?
Is it possible to substitute "ls" command in the place of "echo" command?
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.