Thread
:
Nokia N900 Owners from Philippines
View Single Post
ebzzry
2010-10-29 , 14:05
Posts: 48 | Thanked: 9 times | Joined on Jan 2010
#
551
@zhandro:
Originally Posted by
zhandro
It does not matter. That's the same. It is Linux101
I'd point out that it isn't about the system being Linux-based that controls the behavior for paths. It would have been better stated as "pathname 101" or "pathname basics", with the exception of course of esoteric pathname systems.
@billy900: If the argument to 'cd' is a directory, the current working directory (CWD) will still be changed, whether the path contains a trailing slash or not. Assuming /some/path/some/dir is a directory, the following commands are equivalent:
cd /some/path/some/dir
cd /some/path/some/dir/
This also applies to DOS pathnames. The following commands are equivalent:
cd \some\path\some\dir
cd \some\path\some\dir\
Quote & Reply
|
ebzzry
View Public Profile
Send a private message to ebzzry
Find all posts by ebzzry