Skip to main content
Added formatting
Source Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 264

Below command can also be used to fetch just the directory details.

find ./ -name "foo.mp4" | rev | cut -d"/" -f2- | rev

find ./ -name "foo.mp4" | rev | cut -d"/" -f2- | rev

Below command can also be used to fetch just the directory details.

find ./ -name "foo.mp4" | rev | cut -d"/" -f2- | rev

Below command can also be used to fetch just the directory details.

find ./ -name "foo.mp4" | rev | cut -d"/" -f2- | rev
Source Link

Below command can also be used to fetch just the directory details.

find ./ -name "foo.mp4" | rev | cut -d"/" -f2- | rev