An open API service indexing awesome lists of open source software.

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

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.