how is the oppurtunities for unix in the software
Unix has a great oppertunites in IT fiels. Be it
Development , Support ot Tech Support.
| Is This Answer Correct ? | 1 Yes | 1 No |
How does shell scripting work?
There is a record with fields namely name,roll no.,salary,grade etc.Now,write a script to create a file with multiple records have same combination of fields but with unique roll numbers.The script should work for different names in the input file.
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 is the first line in a shell script?
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.
how can you execute the shell scripts?
1.Write a script, which converts a number from binary to hexadecimal format or vice versa.
What is option in shell script?
Please anyone suggest atleast 2 good training institutes in Hyderabad, INDIA where i can learn unix shell scripting.
How to check if a directory exists?
how did u debugging in unix/ linux platform ??( project Related)
How will I insert a line "abcdef" at every 100th line of a file?