From 9d58956e77220ff18ad5bed8ed3b36431bc33d45 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Fri, 30 May 2014 14:36:40 -0400 Subject: [PATCH] Fix some typos; add TODO for just-play-something --- compression_utils/README | 2 +- file_utils/README | 5 ++--- multimedia/just-play-something.sh | 4 ++++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/compression_utils/README b/compression_utils/README index d2ef15a..281e1ff 100644 --- a/compression_utils/README +++ b/compression_utils/README @@ -31,7 +31,7 @@ Known compression formats are GZip (.gz), BZip2 (.bz2), LZMA (.lzma), and Lempel-Ziv (.Z). Short tar compressed suffixes are also allowed: .tgz, .tbz, .tb2, .tlz, .taz. -In case of recompression, the original compressed file is keeped. In +In case of recompression, the original compressed file is kept. In case of compression (i.e. when the suffix of the file does not correspond to a known compression format), the original uncompressed file is removed. diff --git a/file_utils/README b/file_utils/README index b7f247d..bb37a18 100644 --- a/file_utils/README +++ b/file_utils/README @@ -25,7 +25,7 @@ equivalent of (cp -p file tmp && mv tmp file). Checks are done in order to work only on regular files which have more than one hard link, so the minimal amount of copies are done. -A summary of the file names on which error were raised is displayed at +A summary of the file names on which errors were raised is displayed at the end of the execution. Note that if a file is under a directory which is not executable (i.e. the program can't cd in), it will be considered as inexistant and ignored, and its name won't be displayed. @@ -40,8 +40,7 @@ as inexistant and ignored, and its name won't be displayed. created with the current user's UID and GID. Tip: if you have a file listing all the file names you want to work on, -with one name per line, you can use xargs with the --delimiter='\n' -option: +with one name per line, you can use xargs with --delimiter='\n': xargs --delimiter='\n'