[HPADM] RE: Script Question
From: Toni Heinonen (Toni.Heinonen_at_teleware.fi)
Date: 05/19/04
- Previous message: Neeraj Lal: "[HPADM] Script Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 19 May 2004 09:36:54 +0300 To: "Neeraj Lal" <neeraj_lal@fastmail.us>, <hpux-admin@dutchworks.nl>
> Hi Admins
Hello!
> I have a file with file names delimeted by : like
>
> abc.txt:efg.txt:hij.txt
>
> now I want to make a new file using the above file
>
> abc.txt
> efg.txt
> hij.txt
cat oldfile | tr ':' '\n' > newfile
--
---> Please post QUESTIONS and SUMMARIES only!! <---
To subscribe/unsubscribe to this list, contact majordomo@dutchworks.nl
Name: hpux-admin@dutchworks.nl Owner: owner-hpux-admin@dutchworks.nl
Archives: ftp.dutchworks.nl:/pub/digests/hpux-admin (FTP, browse only)
http://www.dutchworks.nl/htbin/hpsysadmin (Web, browse & search)
- Previous message: Neeraj Lal: "[HPADM] Script Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]