bash:files:delete_duplicate_lines_from_a_files
Differences
This shows you the differences between two versions of the page.
bash:files:delete_duplicate_lines_from_a_files [2022/06/13 11:28] – created peter | bash:files:delete_duplicate_lines_from_a_files [2022/06/13 11:29] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== BASH - Files - Delete Duplicate Lines from Files ====== | ||
- | |||
- | <code bash> | ||
- | #! /bin/sh | ||
- | |||
- | echo -n "Enter Filename-> | ||
- | read filename | ||
- | if [ -f " | ||
- | sort $filename | uniq | tee sorted.txt | ||
- | else | ||
- | echo "No $filename in $pwd...try again" | ||
- | fi | ||
- | |||
- | exit 0 | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | It then places the new content into a new file and keeps the original file intact. | ||
- | </ | ||
bash/files/delete_duplicate_lines_from_a_files.1655119685.txt.gz · Last modified: 2022/06/13 11:28 by peter