vicidial Delete Voice Files

Delete Files for a Month / Date

For the Month:
ls -la | grep "<month>" | /usr/bin/tr -s ' ' | /usr/bin/cut -d ' ' -f9 | xargs rm

eg

ls -la | grep "Aug" | /usr/bin/tr -s ' ' | /usr/bin/cut -d ' ' -f9 | xargs rm



For a Date
ls -la | grep "<month> <date>" | /usr/bin/tr -s ' ' | /usr/bin/cut -d ' ' -f9 | xargs rm

eg

ls -la | grep "Aug 15" | /usr/bin/tr -s ' ' | /usr/bin/cut -d ' ' -f9 | xargs rm

swanand18

Soratemplates is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design

  • Image
  • Image
  • Image
  • Image
  • Image

0 comments:

Post a Comment

Featured post

Vicidial With WebRTC

Vicidial With WebRTC VICIDial is well known open source call center software. It has been in use by many small to large scaled con...