Realize the command by the Tab key
Skill administrator (2000-12-22 22:46) 〖Back〗 〖Forward〗
The command-line completion means that when the typed character is sufficient to determine a unique file next to the directory, you can automatically replace the remaining parts of the file name, for example, to put the directory / FREESOFT File GCC-2.8.1.tar.gz Unpack, if the file can be used if the file is unique in this directory when typing to TAR XVFZ / FREESOFT / G, you can press the Tab button, then the command will be Automatic complement is: tar xvfz /freesoft/gcc-2.8.1.tar.gz is very convenient.