Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Написать статью по основным командам ОС Linux #5

Open
dsxack opened this issue Jul 21, 2014 · 5 comments
Labels

Comments

@dsxack
Copy link
Contributor

dsxack commented Jul 21, 2014

No description provided.

@dsxack dsxack self-assigned this Jul 21, 2014
@petrgrishin
Copy link
Contributor

И OC Mac)

@dsxack
Copy link
Contributor Author

dsxack commented Jul 21, 2014

Ну это тебе нужно написать) у меня мака нет)

dsxack added a commit that referenced this issue Aug 13, 2014
Список команд linux #5
@dsxack dsxack closed this as completed Aug 13, 2014
@petrgrishin
Copy link
Contributor

Добавить описание и примеры команды tail и tail -f

@petrgrishin
Copy link
Contributor

Добавить базовую статью про oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh);

  • есть наработки по темам, цветовой схеме, дабы стандартизировать работу программиста в консоле

@dsxack dsxack reopened this Aug 13, 2014
@dsxack dsxack added the Linux label Aug 13, 2014
@dsxack dsxack removed their assignment Aug 13, 2014
@petrgrishin
Copy link
Contributor

Стоит сказать о существовании команды xargs, и использовании ее в составе с перенаправлением потоков | xargs.

Меня выручала несколько раз. Например, когда нужно найти совпадения в файлах, при этом отсортировать их по времени создания — grep -rl search_string . | xargs ls -lt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants