Answer Posted / guest
ksh
sh
csh
tcsh
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How to print all the arguments provided to the script?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is a command line shell?
What is a shell? · Types of shell · what is shell scripting?
What is bash coding?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
Please give me example of " at command , contrab command " how to use
What is the difference between break and continue commands?
What is inside a seashell?
What is the use of "$?" Sign in shell script?
What is difference between bash and shell?
How do you debug a script?
How will you pass and access arguments to a script in linux?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
How to get the first line from a file using just the terminal?