Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
No Answer is Posted For this Question
Be the First to Post Answer
How do we create command aliases in a shell?
What are "c" and "b" permission fields of a file?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
What is the default shell of solaris?
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.
how to separate the even and odd number generated from one file to two separate file i.e. even numbers in file1.txt and odd numbers in file2.txt
what are special characters and explain how does text varies by the usage of single quotes,double quotes and back quotes?
How will you copy a file from one machine to other?
What is shell application?
How do I read a .sh file?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
wats the she bang statment with syntax?