mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-23 05:03:52 +00:00
Update README.md
This commit is contained in:
parent
8b0940895b
commit
97ba64e7de
1 changed files with 2 additions and 1 deletions
|
@ -188,7 +188,8 @@ sed -i '$ s/.$//' filename
|
||||||
sed '$s/$/]/' filename
|
sed '$s/$/]/' filename
|
||||||
```
|
```
|
||||||
##### add newline to the end
|
##### add newline to the end
|
||||||
```bash``
|
|
||||||
|
```bash
|
||||||
sed '$a\'
|
sed '$a\'
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue