├── 01-running_basic_commands ├── README.md └── commands.sh ├── 02-basic_file_structure ├── README.md └── commands.sh ├── 03-working_with_files_and_folders ├── challenge_solution │ ├── README.md │ └── commands.sh └── video_solution │ ├── README.md │ └── commands.sh ├── 04-file_viewing_and_editing ├── README.md └── commands.sh ├── 05-absolute_and_relative_filepaths ├── README.md └── commands.sh ├── 06-things_to_watch_out_for ├── challenge_solution │ ├── README.md │ └── commands.sh └── video_solution │ ├── README.md │ └── commands.sh └── README.md /01-running_basic_commands/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/01-running_basic_commands/README.md -------------------------------------------------------------------------------- /01-running_basic_commands/commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/01-running_basic_commands/commands.sh -------------------------------------------------------------------------------- /02-basic_file_structure/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/02-basic_file_structure/README.md -------------------------------------------------------------------------------- /02-basic_file_structure/commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/02-basic_file_structure/commands.sh -------------------------------------------------------------------------------- /03-working_with_files_and_folders/challenge_solution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/03-working_with_files_and_folders/challenge_solution/README.md -------------------------------------------------------------------------------- /03-working_with_files_and_folders/challenge_solution/commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/03-working_with_files_and_folders/challenge_solution/commands.sh -------------------------------------------------------------------------------- /03-working_with_files_and_folders/video_solution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/03-working_with_files_and_folders/video_solution/README.md -------------------------------------------------------------------------------- /03-working_with_files_and_folders/video_solution/commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/03-working_with_files_and_folders/video_solution/commands.sh -------------------------------------------------------------------------------- /04-file_viewing_and_editing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/04-file_viewing_and_editing/README.md -------------------------------------------------------------------------------- /04-file_viewing_and_editing/commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/04-file_viewing_and_editing/commands.sh -------------------------------------------------------------------------------- /05-absolute_and_relative_filepaths/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/05-absolute_and_relative_filepaths/README.md -------------------------------------------------------------------------------- /05-absolute_and_relative_filepaths/commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/05-absolute_and_relative_filepaths/commands.sh -------------------------------------------------------------------------------- /06-things_to_watch_out_for/challenge_solution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/06-things_to_watch_out_for/challenge_solution/README.md -------------------------------------------------------------------------------- /06-things_to_watch_out_for/challenge_solution/commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/06-things_to_watch_out_for/challenge_solution/commands.sh -------------------------------------------------------------------------------- /06-things_to_watch_out_for/video_solution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/06-things_to_watch_out_for/video_solution/README.md -------------------------------------------------------------------------------- /06-things_to_watch_out_for/video_solution/commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/06-things_to_watch_out_for/video_solution/commands.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Code-Institute-Solutions/TheCommandLineInterface/HEAD/README.md --------------------------------------------------------------------------------