Utsav Barman
Utsav Barman
update _the list returned will satisfy the conditions used in find command._ to - conditions/filters can be defined for ```find``` command. find will will return only those files and directories...
less -N file.txt cat -n file.txt
option | description --- | --- !! | repeat last command !* | All arguments of the last command !^ | first argument of last command !$ | last argument...
refer: https://tldp.org/LDP/abs/html/string-manipulation.html