Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: diff command

by ikegami (Patriarch)
on Mar 31, 2011 at 20:33 UTC ( [id://896724]=note: print w/replies, xml ) Need Help??


in reply to Re^2: diff command
in thread diff command

I do not understand what this means. 0a1,4 means

"a" denotes an addition. "d" denotes a deletion. The numbers on the left form a range of line numbers in file1. The numbers on the right form a range of line numbers in file2.

and how to make the output files identical

Some options:

cp file1 file2
cp file2 file1
truncate -s 0 file1 file2

Replies are listed 'Best First'.
Re^4: diff command
by ruzam (Curate) on Apr 01, 2011 at 02:37 UTC

    PerlMonks really needs a rating system like /. I would sooo cast my votes to mod up that reply funny. Thanks :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-25 15:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found