[![Awesome][awesome-badge]][awesome-link]
A curated list of awesome command-line frameworks,
toolkits, guides and gizmos. Inspired by awesome-php.
This awesome collection is also available on
Unix-Shell.ZEEF.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################################################# | |
| # Generic Makefile Template for C/C++ Projects | |
| # License: GPL (General Public License) | |
| # Note: GPL only applies to this file; you can use this Makefile in non-GPL projects. | |
| # Author: Pear <service AT pear DOT hk> | |
| # Date: 2016/04/26 (version 0.7) | |
| # Author: kevin1078 <kevin1078 AT 126 DOT com> | |
| # Date: 2012/04/24 (version 0.6) | |
| # Author: whyglinux <whyglinux AT gmail DOT com> | |
| # Date: 2008/04/05 (version 0.5) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh -e | |
| # gendocs.sh -- generate a GNU manual in many formats. This script is | |
| # mentioned in maintain.texi. See the help message below for usage details. | |
| # scriptversion=2020-01-01.00 | |
| # https://git.savannah.gnu.org/cgit/gnulib.git/tree/build-aux/gendocs.sh | |
| # https://git.savannah.gnu.org/cgit/gnulib.git/tree/doc/gendocs_template | |
| # TODO: | |
| # - image importing was only implemented for HTML generated by | |
| # makeinfo. But it should be simple enough to adjust. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * `a2p` - конвертировать awk скрипт в программу на perl; | |
| * `ac` - вывести статистику по времени работы пользователя в системе; | |
| * `addgroup` - добавить новую группу в систему; | |
| * `adduser` - добавить нового пользователя; | |
| * `agrep` - версия утилиты grep, которая может обрабатывать усредненные паттерны; | |
| * `alias` - создание псевдонимов для команды консоли linux; | |
| * `apropos` - поиск по ключевому слову или регулярному выражению в страницах справки man; | |
| * `apt` - поиск, установка и удаление программ в Ubuntu; | |
| * `aptitude` - текстовая оболочка для apt, позволяет управлять программным обеспечением, используется по умолчанию в Debian; | |
| * `ar` - утилита для создания, модификации и извлечения файлов из архивов ar; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Frontend Development | |
| **Attention**: the list was moved to | |
| [https://github.com/dypsilon/frontend-dev-bookmarks](https://github.com/dypsilon/frontend-dev-bookmarks) | |
| This page is not maintained anymore, please update your bookmarks. | |
| ------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # This file is part of the OrangeFox Recovery Project | |
| # Copyright (C) 2019-2020 The OrangeFox Recovery Project | |
| # | |
| # OrangeFox is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # any later version. | |
| # | |
| # OrangeFox is distributed in the hope that it will be useful, |
################################################
################################################
grep_prop() { REGEX = "s/^$1=//p"