linux shell
CtrlK
  • Introduction
  • Linux brief
    • Linux system dictionary
    • Linux remote login
    • Linux file operation
    • Linux file property
    • Linux directory management
    • Linux vi vim
    • Linux package
    • Linux system management
    • Linux shortcut
    • Linux other function
    • Linux curl
    • Linux crontab
    • Linux self
    • Linux tmux screen
  • Shell brief
    • Shell echo
    • Shell variable
    • Shell while
    • Shell if
    • Shell date
    • Shell input
Powered by GitBook
On this page

Was this helpful?

  1. Shell brief

Shell echo

#Brief Shell 的 echo 指令是用于字符串的输出。格式如下:

#!/bin/bash

echo string

#Command 显示普通字符串

#!/bin/bash

echo "It is a test"
PreviousShell briefNextShell variable

Last updated 3 years ago

Was this helpful?