On 2022-10-25 22:14, Nuno Teixeira wrote:
I'm writing a shell script to feed poudriere testports and I need to get
<category>/<portname> from ports tree:

`pwd`:
/home/user/work/freebsd/ports/<category>/<portname>

`pwd | rev | cut -d / -f1,2 | rev` do the trick but it is so uggly!

Is there a shell option to get it?

I'd use basename(1) and dirname(1).

--
#BlackLivesMatter #TransWomenAreWomen #AccessibilityMatters #StandWithUkrainians
English: he/him/his (singular they/them/their/theirs OK)
French: il/le/lui (iel/iel and ielle/ielle OK)
Tagalog: siya/niya/kaniya (please avoid sila/nila/kanila)

Reply via email to