There are various ways to do so - BUT below is what I found a quicker / shorter and very precise.
#echo
In my case I was trying zip out an archive keeping apache log file name along with other important confg files BUT without their(apache logs) heavy content inside them - the data which is already stale for me.
#echo ws*_access.log | xargs -n1 cp /dev/null
-DK
No comments:
Post a Comment