mmbatha / C_Bootcamp

The bootcamp that taught me, among other things, to learn how to learn and the basics of the C language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C_Bootcamp

The bootcamp that taught me, among other things, to learn how to learn and the basics of the C language.

Steps

ex00

chmod 715, 714 or chmod u=rwx,g=rx,o=rx filename

ex01

echo Z > z

ex02

find ./ ( -name '#*#' -o -name '*~' ) -a -exec rm {} +

About

The bootcamp that taught me, among other things, to learn how to learn and the basics of the C language.

License:MIT License