Home » Questions » Computers [ Ask a new question ]

Pass the output of ls to diff

Pass the output of ls to diff

I have one file that contains a list of files from a server, and a local folder that I compare to that manifest. Obviously, I do 'ls -1 > listing_local' and then diff that file with listing_server.

Asked by: Guest | Views: 164
Total answers/comments: 1
Guest [Entry]

diff listing <(ls -1)