Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
cd [2015/08/05 10:29]
steve
cd [2015/08/05 10:30]
steve
Line 12: Line 12:
  
 If two of the same child directories exist in more than one of the parent folders, then ''​cd''​ will go into the first one it finds. If two of the same child directories exist in more than one of the parent folders, then ''​cd''​ will go into the first one it finds.
 +
 +It supports globbing as well:
 +
 +<​code>​
 +cd */*mplayer*
 +</​code>​