選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
このリポジトリはアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュや、課題・プルリクエストのオープンはできません。

8 行
313B

  1. function aptitude-list-manually-installed --description 'list all manually installed packages without system packages'
  2. aptitude search '!?priority(required) !?priority(important) ?installed !?automatic' $argv
  3. end
  4. function apt-tail-log --description 'tail the apt log'
  5. tail -f /var/log/apt/term.log $argv
  6. end