{"id":15465826,"url":"https://github.com/athityakumar/shell-scripting","last_synced_at":"2025-10-11T15:12:57.093Z","repository":{"id":71449938,"uuid":"62486288","full_name":"athityakumar/shell-scripting","owner":"athityakumar","description":null,"archived":false,"fork":false,"pushed_at":"2016-07-10T08:31:44.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-21T12:34:59.403Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/athityakumar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2016-07-03T07:39:10.000Z","updated_at":"2016-07-14T13:54:57.000Z","dependencies_parsed_at":"2023-03-01T12:01:55.647Z","dependency_job_id":null,"html_url":"https://github.com/athityakumar/shell-scripting","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"8023bdc915c5826295d583eb28f2395854d5097e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/athityakumar/shell-scripting","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athityakumar%2Fshell-scripting","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athityakumar%2Fshell-scripting/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athityakumar%2Fshell-scripting/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athityakumar%2Fshell-scripting/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/athityakumar","download_url":"https://codeload.github.com/athityakumar/shell-scripting/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/athityakumar%2Fshell-scripting/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007602,"owners_count":26084333,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-10-02T01:03:50.506Z","updated_at":"2025-10-11T15:12:57.065Z","avatar_url":"https://github.com/athityakumar.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"SHELL-SCRIPTING\n---------------\nA repository for sample codes of shell-scripting.\n\nREQUIREMENTS\n------------\n\n- [x] Knowledge of vi\n- [x] Linux OS\n- [x] Interest in coding \n- [ ] Infinite amount of coffee (just kidding)\n\nMAKING THE SCRIPTS WORK\n-----------------------\n(1) In a terminal , type `git clone git@github.com:athityakumar/shell-scripting.git`\n\u003cbr\u003e (2) Navigate to the scripts folder with `cd shell-scripting/scripts`\n\u003cbr\u003e (3) Now , type `chmod 755 file-name`\n\u003cbr\u003e (4) Then , type `./file-name`\n\u003cbr\u003e (5) Once the favourable output is achieved on running the above command , type `sudo cp file-name ~/../../bin/` to add it as a command to be accessed from the terminal like `file-name arg1 arg2 arg3`\n\u003cbr\u003e That's it! Happy shell-scripting!\n\nEDITING THE SCRIPTS\n-------------------\nTo change the scripts , type `vi file-name` in terminal.\n\u003cbr\u003e To insert into file : Press `Esc` , followed by `i` and Tap `Enter`\n\u003cbr\u003e To save the file : Press `Esc` , followed by `:` , followed by `w` and Tap `Enter`\n\u003cbr\u003e To quite the file : Press `Esc` , followed by `:` , followed by `q` and Tap `Enter`\n\nWHAT THESE SCRIPTS DO\n---------------------\n\n\u003ctable\u003e\n\u003ctr\u003e \u003cth\u003e # \u003c/th\u003e \u003cth\u003e Script \u003c/th\u003e \u003cth\u003e Work done by the script\u003c/th\u003e \u003c/tr\u003e\n\u003ctr\u003e \u003ctd\u003e (1) \u003c/td\u003e \u003ctd\u003e ak-add-command \u003c/td\u003e \u003ctd\u003e Adds the shell-scripts as commands by adding them into the bin/ folder. Requires sudo authentification. \u003c/td\u003e \u003c/tr\u003e\n\u003ctr\u003e \u003ctd\u003e (2) \u003c/td\u003e \u003ctd\u003e ak-demo \u003c/td\u003e \u003ctd\u003e A hello-world equivalent for shell-scripting. Prints details about the arguments used along with the command. \u003c/td\u003e \u003c/tr\u003e\n\u003ctr\u003e \u003ctd\u003e (3) \u003c/td\u003e \u003ctd\u003e ak-cd \u003c/td\u003e \u003ctd\u003e A script that combines cd \u0026 ls commands. Should be run as \". ak-cd path\" \u003c/td\u003e \u003c/tr\u003e\n\u003c/table\u003e\n\nCONTRIBUTING\n------------\nThe work flow is the same as that of any other repository. \n\u003cbr\u003e (1) Fork / clone the repository.\n\u003cbr\u003e (2) Create a new branch , say `my-changes` and make your changes in this branch.\n\u003cbr\u003e (3) Commit your changes and send a Pull request (PR) to this repository.\n\u003cbr\u003e Active contributors would be rewarded with the tag of \"Collabrators\"\n\u003cbr\u003e Bug fixes , Issues , Issue solutions , Optimizations \u0026 Enhancements are always welcome.\n\nLICENSE\n-------\nThe MIT License - [Athitya Kumar](http://github.com/athityakumar) - All Rights Reserved.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathityakumar%2Fshell-scripting","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fathityakumar%2Fshell-scripting","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fathityakumar%2Fshell-scripting/lists"}