How to redirect both standard output and standard error to the same location?
No Answer is Posted For this Question
Be the First to Post Answer
Create a bash shell script to sort and then uniq the file from the command line & store it to a new file and output the results to the screen. Name this script "sortAndUniq.sh"
What does $0 mean in shell script?
What are different types of shell?
What is the use of break command?
Given a file find the count of lines containing the word "abc".
write a shell program to check wheather a given string is pallindrome or not?
wats the deinitions for shell utility and filter?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
What are the three main forms of enabling debugging in a shell script?
What does debug script mean?
Write a shell script to check whether a number is Armstrong number or not?
write a non recursive shell script that accepts any number of arguments and prints them in the reverse order