Skip to content

Latest commit

 

History

History
150 lines (123 loc) · 9.3 KB

unix.md

File metadata and controls

150 lines (123 loc) · 9.3 KB

Bookmarks tagged [unix]

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.


https://kapeli.com/cheat_sheets/screen.docset/Contents/Resources/Documents/index


http://cb.vu/unixtoolbox.xhtml?utm_medium=email&utm_source=topic+optin&utm_campaign=awareness&utm_co...

A collection of Unix/Linux/BSD commands and tasks which are useful for IT work or for advanced users, a compact and practical reference.


https://kb.iu.edu/d/aibc

A hard link is essentially a label or name assigned to a file. Conventionally, we think of a file as consisting of a set of information that has a single name. However, it is possible to create a numb...


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?