Update README.md

This commit is contained in:
onceupon 2018-04-12 14:16:31 +08:00 committed by GitHub
parent a9adb3d7b7
commit 283d52b361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -865,7 +865,7 @@ helloworld
``` ```
## Math ## Math
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)] [[back to top](#handy-bash-oneliner-commands)]
##### Print out the prime factors of a number (e.g. 50) ##### Print out the prime factors of a number (e.g. 50)
```bash ```bash
factor 50 factor 50
@ -918,7 +918,7 @@ echo "var=5;--var"| bc
## Download ## Download
[[back to top](#handy-bash-oneliner-commands-for-tsv-file-editing)] [[back to top](#handy-bash-oneliner-commands)]
##### Download all from a page ##### Download all from a page
```bash ```bash