A brief article on the IBM developerWorks site about the history of Unix shell programs and their Linux implementations:
'via Blog this'
Learn the Linux command line! Write shell scripts!
find
command at the command line to locate files, but how do I use it with other commands to perform a real-world task? What's the difference between the -exec
parameter and piping into xargs
?find
command is a standard utility on UNIX and Linux systems. It will recurse through directory structures and look for files that conform with the user's specified parameters. There are a number of different search operators that can be used together to achieve fine-grained file matching.find
command with several common search operators and then I'll show you some examples of how to use the find
command in a pipeline.Directory | URL |
File Shelf | file:///home/chronos/user/Downloads/ |
External Storage | file:///media/ |