Output Redirection; Table 6.1 Wildcard Characters In The Uefi Shell; Table 6.2 Output Redirection - Fujitsu PRIMEQUEST 1000 Series Tool Reference

Hide thumbs Also See for PRIMEQUEST 1000 Series:
Table of Contents

Advertisement

PRIMEQUEST 1000 Series Tool Reference
CHAPTER 6 UEFI Command Operations

TABLE 6.1 Wildcard characters in the UEFI shell

Character string
*
Matches 0 or more characters in the file name.
?
Matches exactly 1 character in the file name.
[Character string] Matches any of the characters between the brackets [ ]. An example is [a-
zA-Z].
6.1.3

Output redirection

UEFI shell command output can be redirected to a file. The syntax to do so is as follows.
Command
>
unicode_output_file_pathname
Command
>a
ascii_output_file_pathname
Command
1>
unicode_output_file_pathname
Command
1>a
ascii_output_file_pathname
Command
2>
unicode_output_file_pathname
Command
2>a
ascii_output_file_pathname
Command
>>
unicode_output_file_pathname
Command
>>a
ascii_output_file_pathname
Command
1>>
unicode_output_file_pathname
Command
1>>a
ascii_output_file_pathname

TABLE 6.2 Output redirection

TABLE 6.2 Output redirection
Character
string
>
Redirects the standard output to a Unicode file.
>a
Redirects the standard output to an ASCII file.
1>
Redirects the standard output to a Unicode file.
1>a
Redirects the standard output to an ASCII file.
2>
Redirects the standard error output to a Unicode file.
2>a
Redirects the standard error output to an ASCII file.
>>
Appends the standard output to a Unicode file.
>>a
Appends the standard output to an ASCII file.
1>>
Appends the standard output to a Unicode file.
Meaning
lists the types of output redirection and append.
Meaning
509
C122-E110-10EN

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Primequest 1800e2Primequest 1800e

Table of Contents