![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| OS X (Apple) OS X is a line of Unix-based graphical operating systems developed, marketed, and sold by Apple. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| head followed by variable?? | bashuser2 | Shell Programming and Scripting | 2 | 04-28-2009 07:23 AM |
| Search HEAD of CVS | bobtheowl2 | Shell Programming and Scripting | 0 | 09-02-2008 07:12 PM |
| option followed by : taking next option if argument missing with getopts | gurukottur | Shell Programming and Scripting | 2 | 03-17-2008 12:46 PM |
| head usage | vasuarjula | Shell Programming and Scripting | 5 | 02-18-2008 02:33 AM |
| help.. I am in way over my head !!!! | oberon42 | UNIX for Dummies Questions & Answers | 3 | 04-26-2002 11:13 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I am trying to run a csh script (this is usually done on my Linux machine but it died, so I had to resort to a Mac
) and I received the following error message: head: illegal option --q My script takes multiple files as the input, concatenates them and produces a single file as the output. The line that is giving me issues is listed below: head -1 -q input*.txt > output.txt If I remove the -q option, it does still work; however, it is adding the name of each, individual file to output.txt. From what I have read, OS X does not support the quiet or silent (-q)option. Does anyone know of another option that would give me the same result? Any suggestions would be greatly appreciated. |
![]() |
| Bookmarks |
| Tags |
| head command, illegal option, multiple files, os x, quiet |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|