]> git.proxmox.com Git - mirror_edk2.git/commit
ShellPkg: Add pipe support for parse command
authorTapan Shah <tapandshah@hp.com>
Wed, 3 Jun 2015 20:33:41 +0000 (20:33 +0000)
committerjcarsey <jcarsey@Edk2>
Wed, 3 Jun 2015 20:33:41 +0000 (20:33 +0000)
commit421fbf99f82f6925c395cbd25821ccec09582b6b
tree977e19eb8652bbfad801bc8ebe53cb89b98ccedd
parentc1993157bd81e5ab440cf24ef77b0b3fb325e89f
ShellPkg: Add pipe support for parse command

parse reads data from StdIn when pipe is used and does not require –sfo output stored in a file. (e.g.:  fs0:\> ls *.nsh –sfo | parse FileInfo 2)

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@17555 6f19259b-4bc3-4df7-8a09-765794883524
ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib.c
ShellPkg/Library/UefiShellLevel2CommandsLib/Parse.c