-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
883d547
commit 083a25d
Showing
4 changed files
with
54 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
$ man echo | ||
[?1049h[22;0;0t[?1h= | ||
ECHO(1) User Commands ECHO(1)[m | ||
[m | ||
[1mNAME[0m[m | ||
echo - display a line of text[m | ||
[m | ||
[1mSYNOPSIS[0m[m | ||
[1mecho[0m [[4mSHORT-OPTION[24m]... [[4mSTRING[24m]...[m | ||
[1mecho[0m [4mLONG-OPTION[24m[m | ||
[m | ||
[1mDESCRIPTION[0m[m | ||
Echo the STRING(s) to standard output.[m | ||
[m | ||
[1m-n[0m do not output the trailing newline[m | ||
[m | ||
[1m-e[0m enable interpretation of backslash escapes[m | ||
[m | ||
[1m-E[0m disable interpretation of backslash escapes (default)[m | ||
[m | ||
[1m--help[0m display this help and exit[m | ||
[m | ||
[1m--version[0m[m | ||
output version information and exit[m | ||
[m | ||
[7m Manual page echo(1) line 1 (press h for help or q to quit)[27m[K | ||
[K [KESCESC[K[[[KBB | ||
[K[7m Manual page echo(1) line 1 (press h for help or q to quit)[27m[K | ||
[K If [1m-e[0m is in effect, the following sequences are recognized:[m | ||
[7m Manual page echo(1) line 2 (press h for help or q to quit)[27m[K | ||
[K [KESCESC[K[[[KBB | ||
[K[7m Manual page echo(1) line 2 (press h for help or q to quit)[27m[K | ||
[K[m | ||
[7m Manual page echo(1) line 3 (press h for help or q to quit)[27m[K | ||
[K [KESCESC[K[[[KBB | ||
[K[7m Manual page echo(1) line 3 (press h for help or q to quit)[27m[K | ||
[K \\ backslash[m | ||
[7m Manual page echo(1) line 4 (press h for help or q to quit)[27m[K | ||
[K [KESCESC[K[[[KBB | ||
[K[7m Manual page echo(1) line 4 (press h for help or q to quit)[27m[K | ||
[K[m | ||
[7m Manual page echo(1) line 5 (press h for help or q to quit)[27m[K | ||
[K [KESCESC[K[[[KBB | ||
[K[7m Manual page echo(1) line 5 (press h for help or q to quit)[27m[K | ||
[K \a alert (BEL)[m | ||
[7m Manual page echo(1) line 6 (press h for help or q to quit)[27m[K | ||
[K[?1l>[?1049l[23;0;0t$ exit | ||
= | ||
ECHO(1) User Commands ECHO(1) | ||
|
||
NAME | ||
echo - display a line of text | ||
|
||
SYNOPSIS | ||
echo [SHORT-OPTION]... [STRING]... | ||
echo LONG-OPTION | ||
|
||
DESCRIPTION | ||
Echo the STRING(s) to standard output. | ||
|
||
-n do not output the trailing newline | ||
|
||
-e enable interpretation of backslash escapes | ||
|
||
-E disable interpretation of backslash escapes (default) | ||
|
||
--help display this help and exit | ||
|
||
--version | ||
output version information and exit | ||
|
||
Manual page echo(1) line 1 (press h for help or q to quit) | ||
ESCESC[[BB | ||
Manual page echo(1) line 1 (press h for help or q to quit) | ||
If -e is in effect, the following sequences are recognized: | ||
Manual page echo(1) line 2 (press h for help or q to quit) | ||
ESCESC[[BB | ||
Manual page echo(1) line 2 (press h for help or q to quit) | ||
|
||
Manual page echo(1) line 3 (press h for help or q to quit) | ||
ESCESC[[BB | ||
Manual page echo(1) line 3 (press h for help or q to quit) | ||
\\ backslash | ||
Manual page echo(1) line 4 (press h for help or q to quit) | ||
ESCESC[[BB | ||
Manual page echo(1) line 4 (press h for help or q to quit) | ||
|
||
Manual page echo(1) line 5 (press h for help or q to quit) | ||
ESCESC[[BB | ||
Manual page echo(1) line 5 (press h for help or q to quit) | ||
\a alert (BEL) | ||
Manual page echo(1) line 6 (press h for help or q to quit) | ||
>$ exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters