Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgautam98/p-bash
https://github.com/mgautam98/p-bash
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mgautam98/p-bash
- Owner: mgautam98
- Created: 2021-06-08T10:00:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T07:21:47.000Z (over 3 years ago)
- Last Synced: 2024-10-09T13:23:51.407Z (about 1 month ago)
- Language: Shell
- Size: 44.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bash Project
```bash
├── benchmark_shell_expanshions
│ ├── basename.sh
│ ├── parameter_expansion.sh
│ └── test.sh
├── project_1
│ ├── 10.sh
│ ├── 11.sh
│ ├── 12.sh
│ ├── 1.sh
│ ├── 2.sh
│ ├── 3.sh
│ ├── 4.sh
│ ├── 6.sh
│ ├── 7.sh
│ ├── 8.sh
│ ├── 9.sh
│ ├── access.log
│ └── utility.txt
├── project_2
│ ├── course_mount.sh
│ ├── courses
│ │ ├── Linux_course
│ │ │ ├── Linux_course1
│ │ │ └── Linux_course2
│ │ ├── machinelearning
│ │ │ ├── machinelearning1
│ │ │ └── machinelearning2
│ │ ├── SQLFundamentals1
│ │ ├── SQLFundamentals2
│ │ └── SQLFundamentals3
│ └── trainee
├── Project_2_python
│ ├── course_mount.py
│ ├── courses
│ │ ├── Linux_course
│ │ │ ├── Linux_course1
│ │ │ └── Linux_course2
│ │ ├── machinelearning
│ │ │ ├── machinelearning1
│ │ │ └── machinelearning2
│ │ ├── SQLFundamentals1
│ │ ├── SQLFundamentals2
│ │ └── SQLFundamentals3
│ └── trainee
└── README.md```