Add new aliases called ‘move’ and ‘mount’ for ‘mv’ and ‘map’ commands respectively.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Tapan Shah <tapandshah@hp.com>
Reviewed-By: Jaben Carsey <jaben.carsey@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15988 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Tapan Shah 2014-08-29 20:22:48 +00:00 committed by jcarsey
parent 6cef9b9fc3
commit 9b5268c8f7
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ ShellLevel2CommandsLibConstructor (
ShellCommandRegisterAlias(L"cd ..", L"cd.."); ShellCommandRegisterAlias(L"cd ..", L"cd..");
ShellCommandRegisterAlias(L"cd \\", L"cd\\"); ShellCommandRegisterAlias(L"cd \\", L"cd\\");
ShellCommandRegisterAlias(L"mv", L"ren"); ShellCommandRegisterAlias(L"mv", L"ren");
ShellCommandRegisterAlias(L"mv", L"move");
ShellCommandRegisterAlias(L"map", L"mount");
// //
// These are installed in level 2 or 3... // These are installed in level 2 or 3...
// //