Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
UNIX command line
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CAN
UNIX command line
Commits
df3db31a
Verified
Commit
df3db31a
authored
4 years ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
rename html into public
parent
14638d48
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+36
-36
36 additions, 36 deletions
Makefile
public/img
+0
-0
0 additions, 0 deletions
public/img
with
36 additions
and
36 deletions
Makefile
+
36
−
36
View file @
df3db31a
all
:
html
/index.html
\
html
/1_understanding_a_computer.html
\
html
/2_using_the_ifb_cloud.html
\
html
/3_first_steps_in_a_terminal.html
\
html
/4_unix_file_system.html
\
html
/5_users_and_rights.html
\
html
/6_unix_processes.html
\
html
/7_streams_and_pipes.html
\
html
/8_text_manipulation.html
\
html
/9_batch_processing.html
\
html
/10_network_and_ssh.html
\
html
/11_install_system_programs.html
all
:
public
/index.html
\
public
/1_understanding_a_computer.html
\
public
/2_using_the_ifb_cloud.html
\
public
/3_first_steps_in_a_terminal.html
\
public
/4_unix_file_system.html
\
public
/5_users_and_rights.html
\
public
/6_unix_processes.html
\
public
/7_streams_and_pipes.html
\
public
/8_text_manipulation.html
\
public
/9_batch_processing.html
\
public
/10_network_and_ssh.html
\
public
/11_install_system_programs.html
html
/index.html
:
index.md github-pandoc.css
pandoc
-s
-c
github-pandoc.css index.md
-o
html
/index.html
public
/index.html
:
index.md github-pandoc.css
pandoc
-s
-c
github-pandoc.css index.md
-o
public
/index.html
html
/1_understanding_a_computer.html
:
1_understanding_a_computer.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 1_understanding_a_computer.md
-o
html
/1_understanding_a_computer.html
public
/1_understanding_a_computer.html
:
1_understanding_a_computer.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 1_understanding_a_computer.md
-o
public
/1_understanding_a_computer.html
html
/2_using_the_ifb_cloud.html
:
2_using_the_ifb_cloud.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 2_using_the_ifb_cloud.md
-o
html
/2_using_the_ifb_cloud.html
public
/2_using_the_ifb_cloud.html
:
2_using_the_ifb_cloud.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 2_using_the_ifb_cloud.md
-o
public
/2_using_the_ifb_cloud.html
html
/3_first_steps_in_a_terminal.html
:
3_first_steps_in_a_terminal.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 3_first_steps_in_a_terminal.md
-o
html
/3_first_steps_in_a_terminal.html
public
/3_first_steps_in_a_terminal.html
:
3_first_steps_in_a_terminal.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 3_first_steps_in_a_terminal.md
-o
public
/3_first_steps_in_a_terminal.html
html
/4_unix_file_system.html
:
4_unix_file_system.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 4_unix_file_system.md
-o
html
/4_unix_file_system.html
public
/4_unix_file_system.html
:
4_unix_file_system.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 4_unix_file_system.md
-o
public
/4_unix_file_system.html
html
/5_users_and_rights.html
:
5_users_and_rights.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 5_users_and_rights.md
-o
html
/5_users_and_rights.html
public
/5_users_and_rights.html
:
5_users_and_rights.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 5_users_and_rights.md
-o
public
/5_users_and_rights.html
html
/6_unix_processes.html
:
6_unix_processes.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 6_unix_processes.md
-o
html
/6_unix_processes.html
public
/6_unix_processes.html
:
6_unix_processes.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 6_unix_processes.md
-o
public
/6_unix_processes.html
html
/7_streams_and_pipes.html
:
7_streams_and_pipes.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 7_streams_and_pipes.md
-o
html
/7_streams_and_pipes.html
public
/7_streams_and_pipes.html
:
7_streams_and_pipes.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 7_streams_and_pipes.md
-o
public
/7_streams_and_pipes.html
html
/8_text_manipulation.html
:
8_text_manipulation.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 8_text_manipulation.md
-o
html
/8_text_manipulation.html
public
/8_text_manipulation.html
:
8_text_manipulation.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 8_text_manipulation.md
-o
public
/8_text_manipulation.html
html
/9_batch_processing.html
:
9_batch_processing.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 9_batch_processing.md
-o
html
/9_batch_processing.html
public
/9_batch_processing.html
:
9_batch_processing.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 9_batch_processing.md
-o
public
/9_batch_processing.html
html
/10_network_and_ssh.html
:
10_network_and_ssh.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 10_network_and_ssh.md
-o
html
/10_network_and_ssh.html
public
/10_network_and_ssh.html
:
10_network_and_ssh.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 10_network_and_ssh.md
-o
public
/10_network_and_ssh.html
html
/11_install_system_programs.html
:
11_install_system_programs.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 11_install_system_programs.md
-o
html
/11_install_system_programs.html
public
/11_install_system_programs.html
:
11_install_system_programs.md github-pandoc.css
pandoc
-s
--toc
-c
github-pandoc.css 11_install_system_programs.md
-o
public
/11_install_system_programs.html
This diff is collapsed.
Click to expand it.
html
/img
→
public
/img
+
0
−
0
View file @
df3db31a
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment