Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Data Access, Manipulation & Batch Languages > Unix Shell Scripts > how to remove leading and trailing space from a file

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-25-07, 13:42
gauranggandhi gauranggandhi is offline
Registered User
 
Join Date: Oct 2007
Posts: 1
how to remove leading and trailing space from a file

hi,
i want to remove the leading and trailing space from a file
likewise

output of the finger command will b ein format of:

Login Name Tty Idle Login Time Office Office Phone

where there will be variable number of space in between login and name field.

i want to make all the fields separated by just one white space, so i can use cut command with the delimiter whitespace to extract each separated field.
my problem is i dont have to use sed or awk commands to do this script. please help me.

your help is highly apreciated.

many thanks

Last edited by gauranggandhi : 10-25-07 at 13:48.
Reply With Quote
  #2 (permalink)  
Old 10-26-07, 02:49
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 830
Quote:
Originally Posted by gauranggandhi
problem is i dont have to use sed or awk
I guess you mean you are not allowed to use awk or sed in this homework assignment. What commands have you learned so far? Maybe use tr -s
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On