зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
32 строки
412 B
Plaintext
32 строки
412 B
Plaintext
Variables
|
|
|
|
$v, ${v}
|
|
use a variable v.
|
|
$?
|
|
exit-status.
|
|
$0
|
|
programs filename.
|
|
$1
|
|
first argument.
|
|
|
|
STTY=...
|
|
set extra stty option.
|
|
COLUMNS, LINES
|
|
columns/lines.
|
|
BAUD
|
|
connection speed.
|
|
ARGV0
|
|
set this to overwrite the name of newly created process.
|
|
Note: set this to rzsh to enter the restricted zsh shell.
|
|
|
|
|
|
4. Devices:
|
|
|
|
/dev/clipboard
|
|
System clipboard (echo aaa > /dev/clipboard).
|
|
/dev/stty
|
|
Terminal.
|
|
|
|
|
|
|