https://github.com/essien1990/alx-system_engineering-devops
I'm now an ALX Student, this is my shell task as a full-stack engineer
https://github.com/essien1990/alx-system_engineering-devops
bash devops linux
Last synced: about 1 month ago
JSON representation
I'm now an ALX Student, this is my shell task as a full-stack engineer
- Host: GitHub
- URL: https://github.com/essien1990/alx-system_engineering-devops
- Owner: essien1990
- Created: 2022-05-25T16:15:22.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T17:16:05.000Z (over 3 years ago)
- Last Synced: 2025-03-15T02:41:59.640Z (over 1 year ago)
- Topics: bash, devops, linux
- Language: Shell
- Homepage:
- Size: 528 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ALX SE Shell Script Project
## Using Shell script to do the following tasks:
* Printing the absolute path name of the current working directory.
* Displaying the contents list of your current directory.
* Changing the working directory to the user’s home directory.
* Displaying the current directory contents in a long format.
* Displaying current directory contents, including hidden files (starting with .). Use the long format.
* Displaying current directory contents.
- Long format
- with user and group IDs displayed numerically
- And hidden files (starting with .)
* Creating a script that creates a directory in a directory.
* Moving a file from a directory to another directory.
* Deleting a file from a directory.
* Deleting a directory from a directory.
* Changing the working directory to the previous one.
* Listing all files in a current directory and a parent of the working directory and a directory, in long format.
* Printing the type of a file in a directory.
* Creating a symbolic link in a current working directory.
* Coping all HTML files from a current working directory to the parent of the working directory.