Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Picasoft
APIs
Init
Sh
Commits
e0b8c604
Unverified
Commit
e0b8c604
authored
Jan 02, 2019
by
Rémy Huet
💻
Browse files
Voir son shell
parent
2afa00f7
Pipeline
#32760
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/tex/introduction.tex
View file @
e0b8c604
...
...
@@ -34,3 +34,31 @@
\end{figure}
\end{frame}
\begin{frame}
[fragile]
\frametitle
{
Les différents shells
}
\framesubtitle
{
Connaître son shell
}
\vfill
\begin{beamercolorbox}
[rounded=true]
{
orangebox
}
\enquote
{
Et moi, j'ai quoi comme shell ?
}
\end{beamercolorbox}
\vfill
On peut connaître son shell par défaut grâce à la variable d'environnement
\$
SHELL. On l'affiche donc avec
\verb
+
echo $SHELL
+
.
On peut aussi voir la liste des shells installés : ils sont généralement dans
\verb
+
/bin
+
\vfill
\begin{beamercolorbox}
[rounded=true, shadow=true]
{
terminal
}
\begin{Verbatim}
remy@hp-remy:~
$
echo
$
SHELL
\Pause
/bin/bash
\Pause
remy@hp-remy:~
$
ls
/
bin
/*
sh
\Pause
/
bin
/
bash
/
bin
/
csh
/
bin
/
sh
/
bin
/
tcsh
/
bin
/
zsh
\end
{
Verbatim
}
\end
{
beamercolorbox
}
\end
{
frame
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment