0

I want to extract the FULL path and FILENAME without Extension.

I do not want just the filename without extension.

Thank you.

2
  • 1
    "${var%.*}" expands to a version of $var with everything after the last . removed. See wiki.bash-hackers.org/syntax/pe Commented Aug 5, 2021 at 13:38
  • I got it, thank you. Commented Aug 5, 2021 at 16:12

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.