5 Oct
2009
5 Oct
'09
5:22 p.m.
On 5 Oct 2009, at 22:04, Atte Andre Jensen wrote:
I found a much better solution for my particular use, namely use a symlink to the files I needed to access. So instead of
chuck loop.ck:~/music/chuck/bla/bla/bla/file.wav
I can do
chuck loop.ck:bla/file.wav
You might try ln -s ~ \~ if not too confusing. :-) Hans