What are the different types of commonly used shells on a typical linux system?
No Answer is Posted For this Question
Be the First to Post Answer
what is this line in the shell script do ?#!/bin/ksh
Explain about stdin, stdout and stderr?
Explain about shebang?
Dear All, Can anybody tell me how to predefind no. of selected rows from a text file.
What are zombie processes?
What is the difference between a variable and value?
Hi, I want to practise Unix korn shell scripting which i learnt 2 yr bfr. plz suggest software i can use to practise.
What does $# stand for?
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 is scripting used for?
What does sh mean?
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.