ls -1 | head -10 |xargs -i cp {} ./inputs Read more here
Showing posts with label unix. Show all posts
Showing posts with label unix. Show all posts
Saturday, December 13, 2014
Friday, September 12, 2014
Unix Command Line Commands
Copy files to folder, filenames in text file
| Command | Description | Source | |
|---|---|---|---|
| ls | wc -l | Count of files in current directory | ||
| top<\td> | To check out useful information about running processes | ||
| cat list.txt | xargs -J % cp % new_folder | |||
Subscribe to:
Posts (Atom)