On Mon, 09 Nov 2020 13:46:25 +0000, Keith Edmunds wrote:
> One way (which may or may not be convenient) is to run this from the
> shell:
> 
> $ cd $(realpath .)

Thanks Keith. A useful tip.

In my case, it was necessary to add some quotes, since the path 
returned by realpath contained some spaces:

$ cd "$(realpath .)"

-- 
  Next meeting: Online, Jitsi, Tuesday, 2020-12-01 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk

Reply via email to