Skip to main content
deleted 1 character in body
Source Link
michas
  • 21.9k
  • 5
  • 71
  • 95

One solution without find:

mv dir/*.txt otherdir/
rm -r /dir
mv otherdir dir

This should work on all kind of shells.

One solution without find:

mv dir/*.txt otherdir/
rm -r /dir
mv otherdir dir

This should work on all kind of shells.

One solution without find:

mv dir/*.txt otherdir/
rm -r dir
mv otherdir dir

This should work on all kind of shells.

Post Migrated Here from stackoverflow.com (revisions)
Source Link
michas
  • 21.9k
  • 5
  • 71
  • 95

One solution without find:

mv dir/*.txt otherdir/
rm -r /dir
mv otherdir dir

This should work on all kind of shells.