How shell works?
Answer / satbeer singh
Shell is a program that takes commands as an input from the
user and interact with the Operating system to execute
those commands.Shell is a wraper around the Operating
system and passes on the information in form of the
commands to get the task done.
| Is This Answer Correct ? | 7 Yes | 1 No |
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
What are filters explain sort with all the options available?
Write a shell script to check whether a number is Armstrong number or not?
What are "c" and "b" permission fields of a file?
What is the difference between scripting and coding?
What is the need of including script interpreter in your shell script?
How to find all the files modified in less than 3 days and save the record in a text file?
Rewrite the command to print the sentence and convert the variable to plural: echo “i like $variable”.
How to debug the problems encountered in the shell script/program?
What does $@ mean in shell?
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.
What are the 3 standard streams in linux?