Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Linuxkurs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSI Informatik
Linuxkurs
Commits
02c9ab4b
Commit
02c9ab4b
authored
2 years ago
by
Michael Panzlaff
Browse files
Options
Downloads
Patches
Plain Diff
befehle -= apropos
parent
caa04cb9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#89819
passed
2 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tag1/vorlesung/elementare-befehle.tex
+21
-19
21 additions, 19 deletions
tag1/vorlesung/elementare-befehle.tex
with
21 additions
and
19 deletions
tag1/vorlesung/elementare-befehle.tex
+
21
−
19
View file @
02c9ab4b
...
...
@@ -39,25 +39,27 @@ DESCRIPTION
Tipp: Auch andere Befehle wie
\texttt
{
less
}
lassen sich so bedienen!
\end{frame}
\begin{frame}
{
\insertsection
}{
Und wenn ich gar nicht wei"s, welchen Befehl ich brauche?
}
\begin{block}
{
\emph
{
apropos
}
ist dein Freund!
}
\texttt
{
apropos
\textit
{
<Suchbegriff>
}}
\end{block}
\vspace
{
0.5cm
}
\begin{terminal}
{}
\texttt
{
\$
apropos rename
\\
...
\\
mv (1) - move (rename) files
\\
prename (1) - renames multiple files
\\
rename (2) - change the name or location of a file
\\
...
\\
}
\end{terminal}
\vspace
{
0.5cm
}
Wenn die Anzeige zu lang wird, hilft
\texttt
{
apropos <Befehl> | less
}
weiter.
\end{frame}
% apropos hab ich noch *NIE* verwendet. Googlen ist meistens sehr viel einfacher
%
%\begin{frame}{\insertsection}{Und wenn ich gar nicht wei"s, welchen Befehl ich brauche?}
% \begin{block}{\emph{apropos} ist dein Freund!}
% \texttt{apropos \textit{<Suchbegriff>}}
% \end{block}
%
% \vspace{0.5cm}
% \begin{terminal}{}
% \texttt{\$ apropos rename \\
% ... \\
% mv (1) - move (rename) files \\
% prename (1) - renames multiple files \\
% rename (2) - change the name or location of a file \\
% ... \\
% }
% \end{terminal}
% \vspace{0.5cm}
% Wenn die Anzeige zu lang wird, hilft \texttt{apropos <Befehl> | less} weiter.
%
%\end{frame}
\begin{frame}
{
\insertsection
}{
\texttt
{
mv
}
-- Verschieben
}
...
...
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