![]() |
|
|
|
|
|||||||
| 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 |
| finger question | ksainth | UNIX for Dummies Questions & Answers | 2 | 10-09-2007 01:18 AM |
| help in finger command. | shanshine | Shell Programming and Scripting | 1 | 06-06-2007 08:10 AM |
| finger command | qfwfq | UNIX for Advanced & Expert Users | 10 | 11-21-2006 02:42 PM |
| Finger Information | hanley_ie | UNIX for Dummies Questions & Answers | 3 | 03-02-2002 10:36 AM |
| finger | djatwork | UNIX for Dummies Questions & Answers | 5 | 11-12-2001 10:18 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
finger
Is there any possible way to get rid of the header when I do finger ?
I want to get rid of Login Name Tty Idle Login Time Office Office Phone as the header. Please let me know how to do it. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Using tail or awk, perhaps?
finger | tail +2 or finger | awk 'NR>1' EDIT Or using the -f switch!! Solaris finger will "Suppresses printing the header that is normally printed in a non-long format printout." |
|
#3
|
|||
|
|||
|
How does finger | tail +2 work?
It gives me an error. I don't want to use awk, I want to try and use finger and supress the heading. |
|||
| Google The UNIX and Linux Forums |