I want to connect to a remote server and execute some commands, how can I achieve this?
No Answer is Posted For this Question
Be the First to Post Answer
A file has multiple records each having three 30-bit long fields(field1,field2,field3).There is also a lookup file,LOOK_UP.dat.Now, we need to consider only the last ten digits of field1 and lookup the file LOOK_UP.dat. If there a match then field2 and field3 should replaced with corresponding data from the lookup file. otherwise that particular record,for which there is no match, should be stored in a seperate file.
What are types of shells?
What does $$ mean in shell script?
what do u mean by $#,$* in unix programming?
What is ms powershell?
What does $# stand for?
In a file , how to retrieve the lines which are the multiples of 50 ? like 50,100,150th lines etc.
Is powershell a language?
Explain about debugging?
What does $@ mean bash?
What is the use of a shebang line?
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"