Bookmarks tagged [bash]
https://stackoverflow.com/questions/3569997/how-to-find-out-line-endings-in-a-text-file
Describes how to find / display line endings in files on linux system.
- 📆 published on: 2010-08-25
- tags: linux, bash, command-line, newline, line-endings
https://github.com/jlevy/the-art-of-command-line
Master the command line, in one page. Contribute to jlevy/the-art-of-command-line development by creating an account on GitHub.
- tags: windows, macos, linux, bash, documentation, unix
source code
A ridiculous collection of web development cheatsheets · One-page guide to
- tags: cheatsheet, bash, react, sass, vim
source code
https://www.freecodecamp.org/news/basic-linux-commands-bash-tips-you-should-know-2/
http://zachholman.com/2010/08/dotfiles-are-meant-to-be-forked/
I’m a big fan of customizing your dotfiles. “Dotfiles” are the funky little files in your *nix-based home directory that allow you to customize your nerdery: change how your prompt looks, set up your ...
- 📆 published on: 2010-08-20
- tags: productivity, productivity-tools, bash
source code
https://unix.stackexchange.com/questions/275053/is-there-any-way-to-execute-commands-from-history/27...
!number_in_history
(e.g. !667
)
https://stackoverflow.com/questions/40944479/how-to-use-bash-with-an-alpine-based-docker-image/40944...
Try using RUN /bin/sh
instead of bash.
Simplified and community-driven man pages
- tags: bash, manpage
source code
https://github.com/jessfraz/dotfiles
My dotfiles. Buyer beware ;)
- tags: dotfiles, alias, bash
source code
https://askubuntu.com/questions/522051/how-to-list-all-symbolic-links-in-a-directory
find . -type l -ls
To only process the current directory:
find . -maxdepth 1 -type l -ls
https://github.com/bobthecow/git-flow-completion/wiki/Install-Bash-git-completion
How to install git completion on different platforms...
https://serverfault.com/questions/59108/how-to-compare-differences-between-directories-linux
So to compare directories: diff --brief -r dir1 dir2
To compare files side by side: diff --side-by-side file1 file2
https://stackoverflow.com/questions/11328988/linux-find-files-with-name-containing-string
Use find: ...
https://stackoverflow.com/questions/7726949/remove-local-branches-no-longer-on-remote
To give yourself the opportunity to edit the list before deleting branches, you could do the following in one linee:
...
http://dief.republika.pl/kursbasha.tar.gz
(tar.gz)
http://rus-linux.net/MyLDP/BOOKS/abs-guide/flat/abs-book.html
SUNONE
https://github.com/jlevy/the-art-of-command-line/blob/master/README-ja.md
Joshua Levy, Hayato Matsuura(翻訳)
https://yakst.com/ja/posts/2929
GreyCat, @yakstcom(翻訳)
http://d.hatena.ne.jp/nattou_curry_2/20100131/1264910483
id:nattou_curry
http://linuxjf.osdn.jp/JFdocs/Bash-Prog-Intro-HOWTO.html
Mike G, 千旦裕司(翻訳)
http://www.dmi.unict.it/diraimondo/web/wp-content/uploads/classes/so/mirror-stuff/abs-guide.pdf
(PDF)
http://i.iinfo.cz/files/root/k/bash_ocima_bohdana_milara.pdf
(PDF)
http://linuxcommand.org/lc3_writing_shell_scripts.php
William E. Shotts, Jr.
- tags: free-programming-books, bash
- tags: free-programming-books, bash
- tags: free-programming-books, bash
https://bash.cyberciti.biz/guide/Main_Page
- tags: free-programming-books, bash
http://www.freeos.com/guides/lsst/
- tags: free-programming-books, bash
http://linux-training.be/linuxfun.pdf
Paul Cobbaut (PDF)
- tags: free-programming-books, bash
https://launchschool.com/books/command_line
Launch School
- tags: free-programming-books, bash
https://google.github.io/styleguide/shell.xml
- tags: free-programming-books, bash
http://www.hypexr.org/bash_tutorial.php
- tags: free-programming-books, bash
http://conqueringthecommandline.com/book/frontmatter
Mark Bates
- tags: free-programming-books, bash
http://mywiki.wooledge.org/BashGuide
- tags: free-programming-books, bash
http://www.gnu.org/software/bash/manual/bashref.html
- tags: free-programming-books, bash
http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html
- tags: free-programming-books, bash
http://www.tldp.org/LDP/Bash-Beginners-Guide/html/
M. Garrels
- tags: free-programming-books, bash
M. Cooper
- tags: free-programming-books, bash
https://www.gnu.org/software/bash/manual/html_node/index.html
What is bash? This manual is meant as a brief introduction to features found in Bash. The Bash manual page should be used as the definitive reference on shell behavior.