Tag Archives: shell

Shell: repeat a task multiple time

All shells (bash/zsh):

will run curl every 3 seconds until you break it. zsh specific:

will repeat it 5 times without any delay

Interesting alternative to grpc_cli

https://github.com/ktr0731/evans It has REPL mode and CLI mode for e2e tests I think, it could be a good alternative to grpc_cli.

Pipeline view in shell

https://serverfault.com/questions/473905/is-there-a-unix-linux-command-to-count-lines-per-second-from-stdin

grep, zgrep, less and zless regexp examples

Grep all files with mask:

Grep all zipped files with mask:

Less all files with mask:

Grep all zipped files with mask:

Tail all files with mask:

Search for occurencies in directory with grep

https://stackoverflow.com/questions/16956810/how-do-i-find-all-files-containing-specific-text-on-linux

How to count resource usage in linux

It will output something like this:

grep по файлам в директории

http://stackoverflow.com/questions/4121803/how-can-i-use-grep-to-find-a-word-inside-a-folder

Настройки клавиатуры в iTerm

Чтобы включить нормальные перемещения по словам и тп: Go to iTerm Preferences → Profiles, select your profile, then the Keys tab. Click Load Preset… and choose Natural Text Editing.

Более быстрое обновление пакетов yum

У нас деплой производится rpm-пакетами на CentOS командой

При этом часто пишется, что нового пакета нет, хотя он точно есть, просто проверка репозитория производится не каждый раз. Чтобы заставить машину сначала проверить репозитории, нужно выполнить следующее:

http://yum.baseurl.org/wiki/YumCommands или

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/sec-Working_with_Yum_Cache.html

Git: посмотреть последние merge веток