Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add linux and windows basic command line functions #5

Open
12 tasks
sovr610 opened this issue Dec 2, 2019 · 0 comments
Open
12 tasks

Add linux and windows basic command line functions #5

sovr610 opened this issue Dec 2, 2019 · 0 comments
Assignees

Comments

@sovr610
Copy link
Owner

sovr610 commented Dec 2, 2019

this include things in windows command prompt and bash commands:

  • mkdir: make directory
  • cd: current directory
  • ls: list all files and folders
  • clear: clear command line
  • cp: copy a file or directory
  • mv: moves a file or directory
  • rmdir: remove directory
  • cat: output the contents of a file
  • grep: search a file for a given string or expression
  • locate: find a file or directory on the whole system
  • zip, unzip: zip and unzip a folder
  • run: runs a padscript file.
@sovr610 sovr610 self-assigned this Dec 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant