I have many *.dat files. What’s a bash script that could remove duplicate adjacent lines in each one?
I have many *.dat files. What’s a bash script that could remove duplicate adjacent
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You mean like this?
Where you can run in the directory that has your many *.dat files. If you put this in a script called
uniq_dat, and make it executable, you can run it like: