Skip to content

Latest commit

 

History

History
126 lines (103 loc) · 7.16 KB

unix.md

File metadata and controls

126 lines (103 loc) · 7.16 KB

Bookmarks tagged [unix]

https://www.geeksforgeeks.org/awk-command-unixlinux-examples/

awk introduction for beginners with examples


https://github.com/nix-rust/nix

Unix-like API bindings


https://github.com/zargony/rust-fuse

FUSE bindings


https://en.wikipedia.org/wiki/Glob_(programming)

In computer programming, in particular in a Unix-like environment, glob patterns specify sets of filenames with wildcard characters. For example, the Unix command mv *.txt textfiles/ moves (mv...


http://openbook.rheinwerk-verlag.de/unix_guru/


http://openbook.rheinwerk-verlag.de/shell_programmierung/


http://openbook.rheinwerk-verlag.de/linux_unix_programmierung/


http://lib.ru/unixhelp/

Мошков. М


http://lib.ru/BACH/


http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/LFS-BOOK-6.8-ru/lfs-6.8-ru-index.html


http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/BLFS-ru/blfs-ru-index.html


http://www.ee.surrey.ac.uk/Teaching/Unix/


http://cb.vu/unixtoolbox.xhtml

Colin Barschel


http://web.stanford.edu/class/cs124/kwc-unix-for-poets.pdf

Kenneth Ward Church (PDF)


http://www.cs.bu.edu/teaching/unix/reference/

Robert I. Pitts


https://github.com/mrzool/unix-as-ide

Tom Ryder (epub, mobi)


http://www.lemis.com/grog/Documentation/Lions/

J. Lions


http://www.oliverelliott.org/article/computing/tut_unix/


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.


http://www.codepedia.org/ama/a-developers-guide-to-using-aliases/

An original approach to use aliases. Makes your life as a developer much easier in the terminal... Some samples:

...


https://fossbytes.com/difference-between-shell-console-terminal/

Did you know that a terminal used to be a physical monitor and keyboard and a console was a port with a low-level connection to the operating system? But where does that leave the shell?