Skip to content

Loanbrwsk1/CMD-Linux-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux CMD Python

CMD Linux Python

Description

Ce projet vise à créer un environnement minimal linux en Python. Les commandes de bases sont implémentées:

  • ls
  • cd
  • touch
  • rm
  • mkdir
  • rmdir
  • exit
  • help
  • nano
  • cat
  • pwd
  • clear
  • cd
  • mv

Avec une arborescence minimale:

  • /
  • /home
  • /home/user
  • /home/user/Documents
  • /home/user/text.txt

Comment ça marche

Ecrivez vos commandes dans la barre du haut et appuyez sur Entrée pour voir le résultat de cette commande.

Problème d'affichage

Si le terminal semble ne pas être correctement affiché, veuillez vérifier que vous n'avez pas votre écran zoomé. Il faut que l'échelle soit à 100%.

Python CMD Linux

Description

This project aims to create a minimal linux environment in Python. The basic commands are implemented:

  • ls
  • cd
  • touch
  • rm
  • mkdir
  • rmdir
  • exit
  • help
  • nano
  • cat
  • pwd
  • clear
  • cd
  • mv

With a minimal tree:

  • /
  • /home
  • /home/user
  • /home/user/Documents
  • /home/user/text.txt

How it works

Write down your commandes in the top bar and press Return to see the result.

Display issue

If the CMD seems not to be correctly displayed, plaease check if your display is zoomed. The scale must be at 100%.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages