What is shell variable?
How do we delete all blank lines in a file?
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
How to use arguments in a script?
How to find all the files modified in less than 3 days and save the record in a text file?
Is shell scripting useful?
What is the use of a shebang line?
wats the deinitions for shell utility and filter?
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.
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 is ms powershell?
How do I stop script errors?
What is a shell environment?