mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-22 20:54:19 +00:00
add other
This commit is contained in:
parent
5ee646115a
commit
35663d37df
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -1238,6 +1238,22 @@ zcat filename.gz> $(basename filename.gz .gz).unpacked
|
|||
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
|
||||
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)]
|
||||
|
|
Loading…
Reference in a new issue