Comment by: Marko (90.227.189.34) | At: 29 Aug 2010, 16:45 | File version: 2.0 |
Thanx :) The "cd .." will take you to the parent drawer, and using "cd ../" will traverse into a ".." directory.
|
|
|
Comment by: MickJT (202.161.4.59) | At: 29 Aug 2010, 11:20 | File version: 2.0 |
Cool, "cd .." might be useful. Well, for the people who are used to it. Does it override any previously existing ".." directory you might have? I.E If you have a ".." directory, can you "cd .." to traverse into it, or will it still go to the parent directory?
|
|
|
Comment by: kas1e (78.36.143.179) | At: 29 Aug 2010, 11:00 | File version: 2.0 |
Marco, thanks for "cd .." stuff :)
|
|
|
Comment by: marko (90.227.189.34) | At: 17 May 2010, 15:24 | File version: 1.1 |
@328gts Thanks :) @MickJT & kas1e Why "cd.." but not "cd .."? Well, both are possible in the Windows world and the former is quicker to type, where as the latter works in Linux, IRC. Dunno about in Mac... Maybe I'll check into the "cd .." as well in the future... :)
|
|
|
Comment by: 328gts (173.34.213.62) | At: 12 May 2010, 22:50 | File version: 1.1 |
handy little script..thanks Marko :-)
|
|
|
Comment by: kas1e (78.36.129.120) | At: 12 May 2010, 17:47 | File version: 1.1 |
@MickJT I am with you. Only "cd .." (with space beetwen) make sense, but not cd.., which looks a bit unlogical and like one command. Not cd, and not path, but just "cd.." :) @author Will be good to have exactly "cd .." (if it possible for you of course).
|
|
|
Comment by: MickJT (202.161.30.192) | At: 12 May 2010, 17:31 | File version: 1.1 |
I don't know of anyone that used or uses "cd..", only "cd .."
|
|
|
Comment by: marko (90.227.189.34) | At: 10 May 2010, 15:59 | File version: 1.1 |
Yapp, I know the script is trivial and the comments are way bigger than the script itself (excluding the installs) ;) Nevertheless cd.. is nice to have, I think :)
|
|
|
Comment by: Knug (87.227.61.67) | At: 09 May 2010, 23:54 | File version: 1.1 |
I also need to have cd.. since days of msdos. But I never made a script for it, I just put "Alias cd.. cd /" (without ") in s:shell-startup.
|
|
|
Comment by: AmigaOneProductions (90.215.145.158) | At: 09 May 2010, 20:22 | File version: 1.1 |
Why type cd.. which is 4 keypresses, when you can just type one i.e. "/" The word CD is not required in AmigaDOS. Of course you could make your cd.. script just one byte long by just having a "/" in it for the same reason (if you removed the comments). Nice trick though :-)
|
|
|
Comment by: fanta (81.47.142.237) | At: 09 May 2010, 04:41 | File version: 1.1 |
i need cd.. jajajaja. :D thx.
|
|
|