аᶘ
@linuxhelp
Но решил, что это всё равно не имеет смысла, чуваку не помочь :)
Size: a a a
аᶘ
F
F
F
аᶘ
l\s вместо ls!F
l\s вместо ls!аᶘ
--color.cd, то всё поломается (только что проверил на ближайшей консоли)F
--color.cd, то всё поломается (только что проверил на ближайшей консоли)аᶘ
l\s?F
l\s?F
escapeme$ type grep
grep is aliased to `grep -n --color'
escapeme$ seq 5 | grep 3
3:3
escapeme$ seq 5 | \grep 3
3
escapeme$ seq 5 | g\r\ep 3
3
∀
The characters /, $, `, and = and any of the shell metacharacters or quoting characters listed above may not appear in an alias name
"ls" или ls'' или всяко такоеF
The characters /, $, `, and = and any of the shell metacharacters or quoting characters listed above may not appear in an alias name
"ls" или ls'' или всяко такоеF
escapeme$ type grep
grep is aliased to `grep -n --color'
escapeme$ seq 5 | grep 3
3:3
escapeme$ seq 5 | \grep 3
3
escapeme$ seq 5 | g\r\ep 3
3
F
F
F
∀
The characters /, $, `, and = and any of the shell metacharacters or quoting characters listed above may not appear in an alias name
"ls" или ls'' или всяко такоеThere are three quoting mechanisms: the escape character, single quotes, and double quotes.