79406991

Date: 2025-02-02 17:14:45
Score: 1
Natty:
Report link

Let's say I want the files for 2 January, 2025...

touch -t 202501030000.00 /tmp/from$$ 
touch -t 202501032359.59 /tmp/to$$
find . -name "file.subfile.P\*.lastfile" -mnewer /tmp/from$$ -molder /tmp/to$$ -print | xargs  echo "Processing files: "
rm /tmp/{from,to}$$
Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: xpusostomos