Movatterモバイル変換


[0]ホーム

URL:


school

Linux 官方文档

Resource

Related

Bash Commands

Bash Commands

Bash Shortcuts

Bash Shortcuts

  • ^abc-^-123
  • Run previous command, replacingabc with123
  • !!
  • Repeat last command
  • !*
  • All arguments of previous command
  • !abc
  • Run last command starting withabc
  • !abc:p
  • Print last command starting withabc
  • !$
  • Last argument of previous command
  • ALT-.
  • Last argument of previous command
  • CTRL-a
  • Go to start of line
  • CTRL-c
  • Stop current command
  • CTRL-e
  • Go to end of line
  • CTRL-k
  • Cut to end of line
  • CTRL-r
  • Search history
  • CTRL-u
  • Cut from start of line
  • CTRL-z
  • Sleep program

Bash Variables

Bash Variables

IO Redirection

IO Redirection

Pipes

Anchros

Command Lists

Command Lists

Directory Operations

Directory Operations

ls Options

ls Options

  • -1
  • One file per line
  • -a
  • Show all (including hidden)
  • -l
  • Long listing format
  • -m
  • Comma--sep-arated output
  • -Q
  • Quoted output
  • -R
  • Recursive list
  • -S
  • Sort by file size
  • -t
  • Sort by last modified

Search Files

Search Files

File Operations

File Operations

Process Management

Process Management

  • killpid
  • Kill process with idpid
  • killallname
  • Kill all processes with names beginningname
  • pkillname
  • Kill process with namename
  • ps
  • Show snapshot of processes
  • top
  • Show real time processes

Nano Shortcuts

Files

Images

Navigate File

Search File

Screen Shortcuts

Screen Shortcuts

File Permissions

File Permissions

Copyright©2021 w3cschool编程狮 闽ICP备15016281号-3 闽公网安备35020302033924号


[8]ページ先頭

©2009-2025 Movatter.jp