UNIX Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOperating SystemsUNIX Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 2nd, 2005, 07:36 AM
Tsury Tsury is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2005
Posts: 2 Tsury User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 25 m 20 sec
Reputation Power: 0
Help with basic C Shell commands:

Hey, I have some questions:

1.

i have a string, lets say:
" <SPACES AND TABS HERE> 11/22/2004 <SOME MORE SPACES AND TABS>"
i want to strip the date

how can I do it? tried with 'cut' but it wont work...

2.

I did

foreach F (*)

now, after i know its a file, i want to take the first line from it, and then the second, etc etc, how can i do it?

3.

how can i check if a character is tab? in an if for instance?

4.

if commands like cut, in the delimitier for instance, how do i write a list of delimiters? like -d ???LIST HERE????



thanks

Reply With Quote
  #2  
Old June 8th, 2005, 01:31 AM
murugesan murugesan is offline
Dinesh_P_V
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Location: India
Posts: 256 murugesan New User: is a brand new recruit and a unknown entity at this point. 
Time spent in forums: 11 h 38 m
Reputation Power: 0
Send a message via Yahoo to murugesan
You can use sed command.

Code:
echo "                       11/22/2004              " | sed 's/[   ]//g'


here in sed's/[***]//g' where *** is 'a space followed by a tab'

HTH
__________________
Dinesh_P_V

Reply With Quote
Reply

Viewing: Dev Shed ForumsOperating SystemsUNIX Help > Help with basic C Shell commands:


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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 On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway