From: Tapan Shah Date: Fri, 29 Aug 2014 20:22:48 +0000 (+0000) Subject: Add new aliases called ‘move’ and ‘mount’ for ‘mv’ and ‘map’ commands respectively. X-Git-Tag: edk2-stable201903~11007 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=9b5268c8f7223422de1ad5b278355586f088cdde;hp=6cef9b9fc33f5cd97c1933823f333e1dd015d88b 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 Reviewed-By: Jaben Carsey git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15988 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c index 6cdbef2937..48b1cf84b8 100644 --- a/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c +++ b/ShellPkg/Library/UefiShellLevel2CommandsLib/UefiShellLevel2CommandsLib.c @@ -108,6 +108,8 @@ ShellLevel2CommandsLibConstructor ( ShellCommandRegisterAlias(L"cd ..", L"cd.."); ShellCommandRegisterAlias(L"cd \\", L"cd\\"); ShellCommandRegisterAlias(L"mv", L"ren"); + ShellCommandRegisterAlias(L"mv", L"move"); + ShellCommandRegisterAlias(L"map", L"mount"); // // These are installed in level 2 or 3... //