mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
add other
This commit is contained in:
parent
5ee646115a
commit
35663d37df
16
README.md
16
README.md
@ -1238,6 +1238,22 @@ zcat filename.gz> $(basename filename.gz .gz).unpacked
|
|||||||
tr -s "/t" < filename
|
tr -s "/t" < filename
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#####do not print nextline with echo
|
||||||
|
```bash
|
||||||
|
echo -e 'text here \c'
|
||||||
|
```
|
||||||
|
|
||||||
|
#####use the last argument
|
||||||
|
```bash
|
||||||
|
!$
|
||||||
|
```
|
||||||
|
|
||||||
|
#####check last exit code
|
||||||
|
```bash
|
||||||
|
echo $?
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##System
|
##System
|
||||||
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
|
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
|
||||||
|
Loading…
Reference in New Issue
Block a user