The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM


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 !!

More UNIX and Linux Forum Topics You Might Find Helpful
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

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 12-18-2007
Registered User
 

Join Date: Dec 2007
Posts: 18
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.
Reply With Quote
Forum Sponsor
  #2  
Old 12-18-2007
blowtorch's Avatar
Supporter
 
Join Date: Dec 2004
Location: Singapore
Posts: 2,328
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."
Reply With Quote
  #3  
Old 12-18-2007
Registered User
 

Join Date: Dec 2007
Posts: 18
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.
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 03:08 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0