Skip to main content

8.6) Exercise 6: Solution


mkdir datadir
mv sound.dat datadir
find . –name ‘sound.dat’ –print

The result should be:

./datadir/sound.dat

This illustrates the find command in action.