{"id":19468363,"url":"https://github.com/nadaamohhamed/command-line-interpreter","last_synced_at":"2026-04-21T03:32:15.058Z","repository":{"id":218365464,"uuid":"711150121","full_name":"nadaamohhamed/Command-Line-Interpreter","owner":"nadaamohhamed","description":"A Java Implementation of a software that is capable of interpreting Linux commands.","archived":false,"fork":false,"pushed_at":"2024-01-02T21:17:38.000Z","size":463,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T14:32:36.845Z","etag":null,"topics":["command-line","linux-commands"],"latest_commit_sha":null,"homepage":"","language":"Java","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/nadaamohhamed.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":"2023-10-28T11:19:32.000Z","updated_at":"2024-04-16T14:30:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"daa6878d-6bc5-4622-b708-35b2f06ed0fc","html_url":"https://github.com/nadaamohhamed/Command-Line-Interpreter","commit_stats":null,"previous_names":["nadaamohhamed/command-line-interpreter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nadaamohhamed/Command-Line-Interpreter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadaamohhamed%2FCommand-Line-Interpreter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadaamohhamed%2FCommand-Line-Interpreter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadaamohhamed%2FCommand-Line-Interpreter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadaamohhamed%2FCommand-Line-Interpreter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nadaamohhamed","download_url":"https://codeload.github.com/nadaamohhamed/Command-Line-Interpreter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nadaamohhamed%2FCommand-Line-Interpreter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32075232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["command-line","linux-commands"],"created_at":"2024-11-10T18:40:50.679Z","updated_at":"2026-04-21T03:32:15.044Z","avatar_url":"https://github.com/nadaamohhamed.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Command Line Interpreter\nJava Implementation of a Command Line Interpreter program - Linux Commands. The CLI will keep accepting different commands from the user until the user writes\n**_exit_**, then the CLI terminates. The CLI will support the following 16 commands:\n- **echo**: prints the given argument.\n- **pwd**: prints the current working directory.\n- **cd**: changes the current working directory to the given directory, depending on the argument given.\n- **ls**: lists the contents of the current working directory in a sorted order.\n- **ls -r**: lists the contents of the current working directory in a reverse order.\n- **mkdir**: creates a new directory in the current working directory.\n- **rmdir**: removes an empty directory/directories from the current working directory, depending on the argument given.\n- **touch**: creates a new file in the given working directory.\n- **cp**: copies a file from a given path to another path.\n- **cp -r**: copies a directory from a given path to another path.\n- **rm**: removes a file if it exists from the current working directory.\n- **cat**: concatenates the content of two files and prints the result.\n- **wc**: prints the number of lines, words, characters in a file and its name.\n- **\u003e**: redirects the output of a command to a file, overwriting previous content.\n- **\u003e\u003e**: redirects the output of a command to a file, appending to previous content.\n- **history**: prints an enumerated list with the commands you’ve used in the past.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnadaamohhamed%2Fcommand-line-interpreter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnadaamohhamed%2Fcommand-line-interpreter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnadaamohhamed%2Fcommand-line-interpreter/lists"}