Hi, I would like not to have to type this code in almost every script I write: ``` shell set script (status -f) set dir (dirname $script) ``` Please provide a `status -d` command which will return `$dir`
Hi,
I would like not to have to type this code in almost every script I write:
Please provide a
status -dcommand which will return$dir