{"id":24414615,"url":"https://github.com/marcel-haag/bashscriptingdemo","last_synced_at":"2026-05-22T07:03:59.267Z","repository":{"id":114772362,"uuid":"422201806","full_name":"marcel-haag/BashScriptingDemo","owner":"marcel-haag","description":"A practical demo to Linux command-line, Bash scripting, and Shell programming","archived":false,"fork":false,"pushed_at":"2022-03-01T18:09:58.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-01T02:36:55.315Z","etag":null,"topics":["bash-scripts","command-line","shell-scripts","tools"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/marcel-haag.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-10-28T12:48:35.000Z","updated_at":"2022-10-04T06:17:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc790f9a-bbc2-4db8-9a13-c03ebef3e587","html_url":"https://github.com/marcel-haag/BashScriptingDemo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marcel-haag/BashScriptingDemo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcel-haag%2FBashScriptingDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcel-haag%2FBashScriptingDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcel-haag%2FBashScriptingDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcel-haag%2FBashScriptingDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcel-haag","download_url":"https://codeload.github.com/marcel-haag/BashScriptingDemo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcel-haag%2FBashScriptingDemo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33333323,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"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":["bash-scripts","command-line","shell-scripts","tools"],"created_at":"2025-01-20T07:19:09.120Z","updated_at":"2026-05-22T07:03:59.262Z","avatar_url":"https://github.com/marcel-haag.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BashScriptingDemo\nA practical demo to Linux command-line, Bash scripting, and Shell programming\n\n## About this Repository\nThis is the code repository for my own work through of the  Mastering Linux Shell Scripting - Second Edition, published by [Packt](https://www.packtpub.com/?utm_source=github). \\\nIt contains the project files from the book from start to finish as well as some additional scripts.\n\n## Configure bash text editor\n\n### vim `$HOME/.vimrc`\n`set showmode` \\\nEnsures we see when we are in insert mode \\\n`set nohlsearch`\\\nDoes not highlight the words that we have searched for \\\n`set autoindent` \\\nWe indent our code often; this allows us to return to the last indent level rather than the start of a new line on each line break \\\n`set tabstop=4` \\\nSets a tab to be four spaces \\\n`set expandtab` \\\nConverts tab into spaces, which is useful when the file moves to other systems \\\n`syntax on` \\\n**Note:** This does not use the `set` command and is used to turn on syntax highlighting\n\n### nano `$HOME/.nanorc`\n`set autoindent` \\\n`set tabsize 4` \\\n`include /usr/share/nano/sh.nanorc`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcel-haag%2Fbashscriptingdemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcel-haag%2Fbashscriptingdemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcel-haag%2Fbashscriptingdemo/lists"}