-
Notifications
You must be signed in to change notification settings - Fork 56
Home
Jules Lasne (jlasne) edited this page Dec 4, 2016
·
24 revisions
- Known Issues
- What is Bash
- What is a bash script
- What is 42FileChecker
- Contributing to 42FileChecker
- Bash syntax: Variables
- Bash syntax: Conditions
- Bash syntax: Functions
- Bash builtin commands
- Bash tools: Awk
- Bash tools: Cat
- Bash tools: Grep
- Bash tools: Sed
- Bash sample code: auto-update (git tool)
- Bash sample code: Create an interactive menu
- Bash sample code: Animated spinner with a time out
- Bash sample code: static var test
- Bash sample code: Check the basic rules of a makefile
- Bash sample code: forbidden functions test
- Bash sample code: Memory leak test script
- Bash sample code: Create a speed test
Introduction:
- What is Bash
- What is a bash script
- What is 42FileChecker
- Contributing to 42FileChecker
Bash syntax:
Bash tools:
- Builtin commands
- Awk
- Cat
- Grep
- Sed
Bash sample codes:
- Script auto-update (git tool)
- Create an interactive menu
- Animated spinner with a time out
- Static var test
- Check the basic rules of a makefile
- Forbidden functions test
- Memory leak test script
- Create a speed test