Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. aidanmoro

    Sed command in a shell script

    I have a shell script which contains the following command sed '1,10d' Car_Loan.txt > tmp which copies eveything except the first 10 lines of Car_Loan.txt to tmp. When I run the shell script from a cronjob this command does not work. I know this type of issue has been discussed on the forum...
  2. aidanmoro

    Unix command to remove lines from a file

    I may be on the wrong forum and apolagies if I am I am trying to remove the first 10 lines from a file. Is there any unix command which can do this for me? thanks
  3. aidanmoro

    Problems running a shell script from a cronjob.

    I'm trying to run a shell script from a cronjob One of the lines of the script is sqlplus apple/apple@DB @/opt/gtx/common/reconreport/run_report_detail > /dev/null where run_report_detail is somthing like spool report select * from table_a spool off; exit; however the report file is not...

Part and Inventory Search

Back
Top