What is bash coding?
No Answer is Posted For this Question
Be the First to Post Answer
What is k shell?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
How to declare functions in unix shell script?
What is the syntax of "expr" command?
Is shell scripting a programming language?
Create a bash shell script that reads in a number from the user. If the number is 1, print out the date. If the number is 2, list the files in the current directory. If the number is 3, print out who is currently logged onto the system. If the number is anything else, print out an error message and exit. Name this script "various.sh"
How can the contents of a file inside jar be read without extracting in a shell script?
How to group the commands in shell scripting?
What are the different types of shell scripting?
What does $@ mean in shell?
Devise a script that takes file name as arguement(which must present in the current directory)and locates from your home directory tree all thpath names of its links.Then mail the list to self.
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?