{"id":20499189,"url":"https://github.com/mohdnehalkhan/cmd-commands","last_synced_at":"2026-04-20T13:33:49.561Z","repository":{"id":242178351,"uuid":"808893446","full_name":"MOHDNEHALKHAN/CMD-Commands","owner":"MOHDNEHALKHAN","description":"Repository contains all commands of CMD line terminal used in our day to day work","archived":false,"fork":false,"pushed_at":"2024-06-06T17:38:33.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T06:58:01.576Z","etag":null,"topics":["bash","cmd","terminal","windows"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MOHDNEHALKHAN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-01T05:00:03.000Z","updated_at":"2024-06-06T17:38:37.000Z","dependencies_parsed_at":"2024-06-06T19:29:12.117Z","dependency_job_id":null,"html_url":"https://github.com/MOHDNEHALKHAN/CMD-Commands","commit_stats":null,"previous_names":["mohdnehalkhan/cmd-commands"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MOHDNEHALKHAN%2FCMD-Commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MOHDNEHALKHAN%2FCMD-Commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MOHDNEHALKHAN%2FCMD-Commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MOHDNEHALKHAN%2FCMD-Commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MOHDNEHALKHAN","download_url":"https://codeload.github.com/MOHDNEHALKHAN/CMD-Commands/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242089115,"owners_count":20069916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","cmd","terminal","windows"],"created_at":"2024-11-15T18:16:45.170Z","updated_at":"2026-04-20T13:33:44.537Z","avatar_url":"https://github.com/MOHDNEHALKHAN.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# CMD COMMANDS\n\n|          Commands (in windows prompt)  |                              Their Uses |\n| --- | --- |\n| `systeminfo` | this command helps to check the system information |\n| `vol` | this command helps to check that in which drive we are |\n| `ver` | this command helps to check the version of our OS |\n| `date` | this command helps to check the date with new date |\n| `date \\t` | this command helps to check the date only |\n| `time` | this command helps to check  the tine with new time  |\n|  `time \\t` | this command helps to check the time only |\n| `V: or C: or D:` | this command helps to migrate from one drive to another drive |\n|  `dir` | this command helps to check the existed directories or folders |\n| `cd filename` | this command helps to change directory from one folder to another |\n| `cd..` | this command helps to change from working directory to parent |\n| `mkdir foldername` | this command helps to create a  new directory or folder |\n| `type nul \u003e filename.extension` | this command helps to create a new file |\n| `ren filename1.ext filename2.ext` | this command helps to rename the file |\n| `notepad filename.ext` | this command helps to write in the file |\n| `copy filename.ext filename2.ext` | this command helps to copy the date of one file to another |\n| `del filename.ext` | this command helps to delete the file |\n| `move filename foldername` | this command helps to move a file in the another folder |\n| `cls` | this command helps to clear the content of the cmd prompt |\n| `cd../..` | this command helps to move back to the drive |\n| `type filename.ext` | this command helps to check what is written in your file |\n| `rmdir` | this command helps to delete the directory or folder |\n| `ping google.com` | this command helps to check the status of network |\n\n|                    Commands (in bash) |                              Their Uses |\n| --- | --- |\n| `pwd(Print Working Directory)` | Displays the current working directory in the terminal. |\n| `mkdir(Make Directory):` | Creates a new directory (folder) in the current working directory. |\n| `ls(List):` | Lists the files and directories in the current directory. |\n| `cd(Change Directory):` | Allows you to change the current working directory to a specified path. |\n| `touch` | Creates an empty file with the specified name in the current directory. |\n| `clear` | Clears the terminal screen, removing previous output. |\n| `cp(Copy):` | Copies files or directories from one location to another. |\n| `mv(Move):` | Moves files or directories from one location to another or renames them. |\n| `rm -r(Remove - Recursive):` | Deletes files and directories recursively, including their contents. |\n| `ls-a(List All):` |  Lists all files and directories, including hidden ones (those with names starting with a dot .). |\n| `ls-l(List Long Format):` | Lists files and directories in a detailed long format, showing permissions, owner, size, and more. |\n| `ls-t(List by Time):` | Lists files and directories by modification time, with the most recently modified ones listed first. |\n| `\u003e\u003e(Append)` | Appends the output of a command to the end of a file without overwriting its contents. |\n| `(Pipe):` | Redirects the output of one command as input to another command. |\n| `\u003e(Redirect):` | Redirects the output of a command to a file, overwriting its contents if the file already exists. |\n| `cat` | Concatenates and displays the contents of one or more files. |\n| `grep` | Searches for a specified pattern or text within a file or text stream. |\n| `history` | Displays a list of previously executed commands. |\n| `export` | Sets environment variables in the current shell session or exports them to be available to child processes. |\n| `mv old_file_name new_file_name` | Renames a file by moving it to a new name. This command changes the name of a file from old_file_name to new_file_name. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohdnehalkhan%2Fcmd-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohdnehalkhan%2Fcmd-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohdnehalkhan%2Fcmd-commands/lists"}