• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » 10
Trace: • 17 Nginx FastCGI Cache • 03 Pleskログインパスワード取得 • 29 TGT で thin provision • MySQLコマンド • tcで帯域制限(htb) • 04 Docker MailServer • 21 VHDの構造 • 21 Pleskライセンス更新 • 36 git Server • 22 Docker Private registry

10

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@bash:script
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • 10 IPアドレス判定

Fulltext results:

01 ファイルの指定行を抜き出す
6 Hits, Last modified: 4 years ago
れで、hogehoge.confの100行目を表示 <code console> $ sed -n 100p /etc/hogehoge.conf </code> ===== 指定行間を表示 =====... ehoge.confの100行目~120行目を表示 <code console> $ sed -n 100,120p /etc/hogehoge.conf </code> ===== 指定行目以降を表示 ===== これで100行目以降を表示 <code> $ tail -n +100 /etc/hogehoge.conf </code> ===== 指定行目以降でawk ===
24 バックアップシェル(backup.sh)
4 Hits, Last modified: 3 years ago
-l PATH=/sbin:/bin:/usr/sbin:/usr/bin:/root/bin 10 0 * * * backup.sh -H root@hogehost -l hogehost -p day > /var/log/backup_day.log 2>&1 10 1 1 * * backup.sh -H root@hogehost -l hogehost -p... ar/log/backup_month.log 2>&1 ## hosts に書いておくパターン 10 0 * * * backup.sh -H hogehost -p day > /var/log/backup_day.log 2>&1 10 1 1 * * backup.sh -H hogehost -p month > /var/log
04 引数の取得
1 Hits, Last modified: 11 years ago
rg 4 = d Arg 5 = e Arg 6 = f Arg 7 = g Arg 8 = h Arg 9 = i Arg 10 = j Arg 11 = k </code> {{tag>bash}}
10 IPアドレス判定
1 Hits, Last modified: 11 years ago
====== 10 IPアドレス判定 ====== <code console> if [ -n "`echo $IP |sed 's/^\([0-9]\{1,3\}\)\.\([0-9]\{1,3\}
20 awkで合計
1 Hits, Last modified: 8 years ago
== カラムが複数 ===== <code> $ cat a 1 2 2 3 3 5 4 8 5 10 $ cat a| awk '{s1+=$1} {s2+=$2} END {print s1" "

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki