i have a list of files in a folder. the list of files is displayed using:
ls
now, i want to pipe that to uniq so it'll ignore the first 6 charactes before comparing.
is it possible? or perhaps i need to use another command?
thank you
|
i have a list of files in a folder. the list of files is displayed using:
now, i want to pipe that to uniq so it'll ignore the first 6 charactes before comparing.
| ||||
|
feedback
|
|
pipe the output of
(note: replace | ||||
|
feedback
|
|
Use the
or
| |||
|
feedback
|