What is shell application?
No Answer is Posted For this Question
Be the First to Post Answer
Create a bash shell script that removes all files whose names end with a "~" from your home directory and subdirectories. Name this script "cleanup.sh"
write a shell program to check wheather a given string is pallindrome or not?
What does sh mean?
If you have a string "one two three", which shell command would you use to extract the strings?
what is info area how many types?
What is the first line in every perl script called?
What is awk in shell script?
What are the default permissions of a file when it is created?
What are the different variables present in linux shell?
Is it possible to substitute "ls" command in the place of "echo" command?
Why we are writting shell scripts? Plz if possible explain it briefly.
if i have 2 files file1 and file2.... file1 contains 2 columns like b a 11 aa 12 as 13 ad 15 ag 11 ar 13 ah 15 ak file2 contains b c 10 ds 11 at 15 gh 15 jk 13 iu 11 fg 13 yy can any 1 give me the program to display in this way? a b c aa 11 at ar 11 fg ad 13 iu ah 13 yy ag 15 gh ak 15 jk