Removing only my files in Unix -
I need rm files from a unix directory which are only related to my ID. I tried to make this order, but No Use:
ls -la | Grape 'Maggi' | Awk '{print $ 9}' | | My results: use: rm [-firRe] [-] file ... = "Text">
You were really close try:
rm 'ls -laya. Grape 'Maggi' | Note that these are backtags, not a single quote around the three sections before your original pipeline. Apart from this, the file name column for me was $ 8, but if $ 9 is the right column for you, then he should do it.
Comments
Post a Comment