On 11/04/2015 16:58, Andrey Repin wrote:
Greetings, Steven Penny!
> >>> What is '~+'? Is that some weird bash feature? > >> If the tilde-prefix is ‘~+’, the value of the shell variable PWD >> replaces the tilde-prefix. > >> http://gnu.org/software/bash/manual/html_node/Tilde-Expansion > > In other words, "~+/" is a weird way to say "./" ?
Strictly, no: `echo ./` will print `./`, while `echo ~+/` will print the absolute current path, the same as `echo "$PWD"/` would.
-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple