Skip to content

Instantly share code, notes, and snippets.

View keclements's full-sized avatar
:octocat:
hi

KE Clements keclements

:octocat:
hi
View GitHub Profile
@keclements
keclements / latexcheatsheet.tex
Created April 20, 2018 21:05
[Latex Cheatsheet] cheatsheet #latex # cheatsheet
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Cheatsheet
% LaTeX Template
% Version 1.0 (12/12/15)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original author:
% Michael Müller (https://github.com/cmichi/latex-template-collection) with
@keclements
keclements / shell.md
Last active April 20, 2018 21:58
[All About Shell] info about shell things #shell #bash #sh

sh

sh — The Bourne shell command interpreter. Linux sh Command

About sh

sh is the command name of the Bourne shell, the standard command language interpreter of Unix and many Unix-like operating systems, including Linux.

sh syntax

sh [-acefhikmnprstuvx] [arg] ...

Links