Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Prepending to a file

by sierrathedog04 (Hermit)
on Feb 06, 2001 at 08:07 UTC ( [id://56607]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
          copy fileT+file1 temp                   # MS-DOS command 1
          echo Y | copy temp file1                # MS-DOS command 2
          del temp                                # MS-DOS command 3
          cat fileT file1 >temp; mv temp file1    # Unix commands
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://56607]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-24 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found