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
master
shell
/
sed进阶
/
在脚本中使用sed.sh
9 lines
93 B
Bash
Raw
Permalink
Blame
History
#!/bin/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