BeamerReveal

 view release on metacpan or  search on metacpan

test/2026-02-04-DRM/the_shell.19.vrb  view on Meta::CPAN

\frametitle{File Manipulation Examples}
\begin{block}{Examples}
\begin{verbatim}
# Create nested directories
mkdir -p project/src/utils

# Copy a folder and all its contents
cp -r folder1 folder1_backup

# Rename a file
mv old_name.txt new_name.txt

# Remove a folder and its contents (be careful!)
rm -rf temporary_work
\end{verbatim}
\end{block}



( run in 1.034 second using v1.01-cache-2.11-cpan-c966e8aa7e8 )