GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
INTO(1) FreeBSD General Commands Manual INTO(1)

into - copy into a file without destroying it

into [ -f ] outfile

Into copies its standard input into the specified outfile, but doesn't actually modify the file until it gets EOF. This is useful in a pipeline for putting stuff back in the "same place." The outfile is not overwritten if that would make it zero length, unless the -f option is given. That option also forces overwriting of the outfile even if it is not directly writable (as long as the directory is writable).

pipe(2)

For efficiency reasons, the directory containing the outfile must be writable by the invoker.
The original outfile's owner is not preserved.
Utah 12/17/84

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.