This website requires JavaScript.
Explore
Help
Register
Sign In
fengyuhetao
/
shell
mirror of
https://github.com/fengyuhetao/shell.git
Watch
1
Star
0
Fork
You've already forked shell
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
417f77a26d
shell
/
基本脚本
/
反引号的使用.sh
6 lines
96 B
Bash
Raw
Blame
History
#!/bin/bash
#using the backtick character
testing
=
`
date
`
echo
"
The date and time are:
$testing
"
Reference in New Issue
View Git Blame
Copy Permalink