mirror of https://github.com/fengyuhetao/shell.git
4 lines
45 B
Bash
4 lines
45 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
sed '=' test | sed 'N; s/\n/ /'
|