[root@iZ2vc5lqzt23aweti4j777Z 30thSep2024]# cat hello.sh
hello this is linux
be better
be better
i am lhj
hello this is linux
i am lhj
i am lhj
be better
i am lhj
have a nice day
have a nice day
hello this is linux
hello this is linux
have a nice day
zzzzzzzzzzzzzz
dddddddd
gggggggggggggggggggg
[root@iZ2vc5lqzt23aweti4j777Z 30thSep2024]# cat hello.sh | sort | uniq
be better
dddddddd
gggggggggggggggggggg
have a nice day
hello this is linux
i am lhj
zzzzzzzzzzzzzz
[root@iZ2vc5lqzt23aweti4j777Z 30thSep2024]# cat hello.sh | sort | uniq | grep 'better'[1]36048[root@iZ2vc5lqzt23aweti4j777Z 30thSep2024]# Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help'formore information.
cat hello.sh |sort|uniq|grep'better'^C[1]+ Exit 2cat hello.sh |sort|uniq|grep --color=auto
[root@iZ2vc5lqzt23aweti4j777Z 30thSep2024]# cat hello.sh | sort | uniq | grep 'better';
be better