[HPADM] RE: Script Question

From: Toni Heinonen (Toni.Heinonen_at_teleware.fi)
Date: 05/19/04

  • Next message: Corné Beerse: "[HPADM] Re: RE: disk and file system help"
    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)
    

  • Next message: Corné Beerse: "[HPADM] Re: RE: disk and file system help"