Stand With Ukraine

Tuesday, August 2, 2011

Adding text files

If you have many files with text information, it is easier to look for what you need, if
all the info is assembled into a single file. To achieve this in Bash, you can do the following:

this will put all files from the current directory into one file.
More complicated manipulations, such as sorting and elimination of duplicates,
described here.

No comments: