This website requires JavaScript.
Explore
Help
Register
Sign In
dunwu
/
linux-tutorial
mirror of
https://github.com/dunwu/linux-tutorial.git
Watch
1
Star
0
Fork
You've already forked linux-tutorial
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
linux-tutorial
/
codes
/
shell
/
查找替换文本
/
sed
/
在脚本中使用sed.sh
10 lines
102 B
Bash
Raw
Permalink
Blame
History
#!/usr/bin/env bash
# shell wrapper for sed editor script to reverse lines
sed -n
'{
1!G
h
$p
}'
$1
Reference in New Issue
View Git Blame
Copy Permalink