Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Dec 26 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Dec 26


find / -user kim -print 2>&1 | less

or

find / -user kim -print > messed_up_files.txt

In the first one, files and errors will be printed to the screen and
paged with the "less" command, in the later one, the errors will be
printed to the terminal and the results will go into the file.

Share: 

 

This Question has 2 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on what files were changed? Or get search suggestion and latest updates.


Tagged: