CLI

From AdminWiki

Revision as of 16:25, 24 May 2006 by Robe (Talk | contribs)
Jump to: navigation, search

CLI

The Command Line Interface is the powerway to talk to your system


Problems and Solutions

Get the last element from a path

if you have /path/sub/over/unter/filename.txt and you want to get the filename.txt then do this:

 echo /path/sub/over/unter/filename.txt | basename
Personal tools