Answer Posted / pschavan
Script with extension ".sh" or ".ksh" can be excecuted on
command line.
e.g abc.sh or abc.ksh
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
one folder contains lot of students name but I want to fetch hello with every student name individually using shell script
What is the lifespan of a variable inside a shell script?
What is sh in shell script?
Given a file find the count of lines containing the word "abc".
What is the crontab?
Is shell scripting a programming language?
How do you create a shortcut in linux?
How does shell scripting work?
Where is bash history?
What is the best shell scripting language?
In my bash shell I want my prompt to be of format '$"present working directory":"hostname"> and load a file containing a list of user-defined functions as soon as I log in, how will you automate this?
What does echo mean in scripting?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
What does .sh file contain?