The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 09-24-2007
satyakide satyakide is offline
Registered User
 

Join Date: Apr 2007
Posts: 17
Hi thanks for your reply. But, it is showing error message --

Code:
ods@awhq6640[/prod/ods/sqlj/ods_services]>tput clear
ods@awhq6640[/prod/ods/sqlj/ods_services]>head -1 DailyScheduleExport_q.ksh | od -a
od: illegal option -- a
Usage: od [-v] [-A base] [-j skip] [-N count] [-t type_string]... [file...]
ods@awhq6640[/prod/ods/sqlj/ods_services]>
I've already added this line in my shell -

Code:
#!/usr/bin/ksh
Regards.

Satyaki De.
Reply With Quote