Hi there I would like to compress a range of diretories, and have been trying to use a find statement like this
compress `find . - type d -mtime +2 -print`
As you can guess this does not work, I don't know sed or awk very well - should I be using them.
Can someone please point what I amm doing wrong or what else I should try
Thanks
compress `find . - type d -mtime +2 -print`
As you can guess this does not work, I don't know sed or awk very well - should I be using them.
Can someone please point what I amm doing wrong or what else I should try
Thanks