Hi, I have a text file which contains thousands of record and each record has a length of 256 characters. I need to grep for the lines containing the text 401055, starting at column 9. How do I achieve this with grep or ...
Computing.net: Question & Answers Forum Latest Questions
Hi Gurus, I have a XML file in unix which contains some 1392 records when I do a wc-l command on the filename, Say example, wc -l filename.xml I would like to know how to do a count of records as xml file and ...
I’m running a few operations using shell scripting. I’m looking for a piece of code that will do the following. Whenever the key x is pressed, the script should be terminated, and whenever the key m is pressed, it should go ...
i have encrypted a file in vi editor i know password but i don’t know how to decrypt it i don’t know commands
hi, I need to merge a few files together the problem is that I have so many files that it will takes me week to get all the job done… In fact, I wrote a script that put in a text file ...
I’m writing a shell script using Bourne shell (sh) to connect to sybase and execute some system procedures based on the data given by the user. However, i want my script to first check if the login id specified by the ...
Hi, I’m starting with ksh and I’m a bit lost. I’m working on an ERP that runs on Oracle or Informix. I often need to update these databases with a lot of sql scripts. I wrote a small shell that concatenate these ...
How do I save and exit the file after I finished crontab -e? Thanks!
Ned to change 24hr format of time to 12hr format in Solaris 9 permanently