![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| hardware assistance | paulbryant | SUN Solaris | 4 | 05-27-2008 10:15 AM |
| Yellow Book assistance needed | FL1 | UNIX for Dummies Questions & Answers | 2 | 11-15-2007 01:04 PM |
| I need an assistance | mytilini boy | Shell Programming and Scripting | 1 | 05-25-2007 05:42 PM |
| Need Assistance | yahoo14 | UNIX for Dummies Questions & Answers | 1 | 06-08-2006 07:21 AM |
| NFS mount assistance needed... | Heron | UNIX for Dummies Questions & Answers | 2 | 03-21-2005 01:31 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Assistance needed.
the command "nawk" returns the error command cannot be found in my unix system.
Is there a specific library i need to have to use this command? I tried, the whereis command and it returns nothing. if there is nothing to do, what command can i use to replace this nawk command? Appreciate some help here. thanks in advance. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
hi,
try this command #man nawk. If the manual for nawk is not installed,try typing #nawk -? . This should display parameters & format to use it. |
|
#3
|
||||
|
||||
|
If you don't find nawk command post your problem there is always another way to accomplish the task.And for unix at least this is true.
|
|
#4
|
||||
|
||||
|
It sounds to me that nawk is simply not in your path, if indeed it is installed in your system.
You could use awk... |
|
#5
|
|||
|
|||
|
Guys thanks for your prompt feedbacks... it seems that nawk is not in my system...
My operating is actually linux, don't linux cater for this command? |
|||
| Google The UNIX and Linux Forums |