CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

| Download
Project: test
Views: 93172
REM WINDOWS script to delete all files

rm --f *.tex
rm --f *.toc
rm --f *.aux
rm --f *.log
rm --f *.out

rm --f book.ipynb
rm --f book.toc
rm --f book.tex
rmdir  /S /Q book_files