Showing posts with label unix. Show all posts
Showing posts with label unix. Show all posts

Friday, September 12, 2014

Unix Command Line Commands


Copy files to folder, filenames in text file
Command Description Source
ls | wc -lCount of files in current directory
top<\td>To check out useful information about running processes
cat list.txt | xargs -J % cp % new_folder