Shell Utilities for the EDK2 Shell
Get the source code of EDK2 from Tianocore's Github repository.
git clone https://github.com/tianocore/edk2.git
Place the files in this repository to the respective file locations in the cloned repository in the above stop. Add necessary modifications to include the newly added files and compile. Very straightforward.
Utility | Description | Example |
---|---|---|
head | Prints x lines from the beginning of the file.x is passed through the -n option. Default: x=10 | head -n 5 file.txt |
- Hrishabh Rajput - Modifications - hrshbh
This project is licensed under the BSD-2-Clause-Patent - see the LICENSE.txt file for details