Вадим Зеланд. Конец иллюзии стадной безопасности. Часть I — ПОИСК ЦЕЛИ. ПРЕКРАЩАЕМ ДУМАТЬ.
Надо, наконец, обрести решимость и начать действовать. Хотите крутить слайд — не думайте, как это делать — просто делайте это.
Хотите создать свою реальность — не медлите и не готовьтесь — снимайте свое кино прямо сейчас, с этого момента и впредь.
Всем любителям личностного роста. Канал для тех, кто стремится к успеху в жизни, достижению финансовой независимости и свободе выбора.
Make sure to subscribe to my channel for more videos on UNIX, Perl and SQL.
facebook: facebook.com/fuzicast
twitter: @fuzicast
youtube: youtube.com/yuejdesigner85
awk -F| BEGIN{ initialization } { code block } END{ finalization } — general syntax
default delimiter is space
VAR=«value» — define a variable
print VAR — print a variable
NF is number of fields
$NF is value of last field
print "$EXTERNAL_VAR" — double single $EXTERNAL_VAR single double
VAR~/pattern/ — pattern patching
VAR!~/pattern/ — does not match
FS returns value of field separator, same as -F
OFS returns output field separator
print $1,$2 is separated
NR returns line number
FILENAME returns current filename
awk -v var1=value1 — pre-assign values to variables in awk
awk -F, conditions { code block } filename — condition must be right before code block
cut — get columns from file
cut -d, -f1-2 filename — print 1st to 2nd columns
cut -c1-5 filename — print first 5 characters
cut -d, -f2- filename — print from 2nd column to last column
cut -d, -f1,4,5 filename — print 1st, 4th and 5th column
cut -d, -f-3 filename — print from 1st to 3rd column
cut -d, -f1,3-5 filename — print 1st, 3rd to 5th column
wc — word count
wc -l — line count
wc -c — print number of bytes
wc — print number of newline, word and bytes
wc -m — character count
wc -w — word count
last — check login history
last -10 — show last 10 logins
last -F — show full login information
— 1:30 — Стиль для целых чисел с разделителями
4:23 — Редактирование параметров стиля
5:12 — Стили для своих единиц измерения (шт, чел, упак, кг)
8:28 — Стили для тысяч и миллионов
10:15 — Стили с цветом и процентами для отклонений
13:17 — Стили со значками и спецсимволами
15:33 — Стиль для полей ввода в защищенных формах
17:45 — Стили для финансовых моделей
18:26 — Стили со сложными условиями и эмодзи
22:25 — Перенос стилей в другие книги
Aaron Bieber from Wayfair is back to talk to us about his recent experience using Emacs (what?!?!). Thats right, Emacs. Aaron decided it was time to see how things looked on the other side and will share what he found, what he missed from Vim, and maybe even a few things we can bring back to Vim from Emacs.
Learn more from the developers at thoughtbot ⌨️
Head over to tbot.io/dev-blog to read more great articles on our blog.
Всем у кого остались вопросы после пред идущего ролика на эту тему. Постарался максимально детально показать и рассказать процесс установки.
Полезные ссылки
Если HEN не устанавливается www.youtube.com/watch?v=ag_hs01xCCw