{"id":18160799,"url":"https://github.com/blankeos/linux-fs-commands","last_synced_at":"2026-01-19T23:01:48.698Z","repository":{"id":108681045,"uuid":"578749421","full_name":"Blankeos/linux-fs-commands","owner":"Blankeos","description":"📜 just homework :\u003c","archived":false,"fork":false,"pushed_at":"2022-12-15T19:46:36.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T08:41:42.518Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/Blankeos.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}},"created_at":"2022-12-15T19:45:44.000Z","updated_at":"2022-12-15T19:45:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5cb219c-e507-4b2e-b393-4a02e74811f4","html_url":"https://github.com/Blankeos/linux-fs-commands","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Flinux-fs-commands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Flinux-fs-commands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Flinux-fs-commands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Flinux-fs-commands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Blankeos","download_url":"https://codeload.github.com/Blankeos/linux-fs-commands/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247589831,"owners_count":20963022,"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","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-11-02T08:09:25.902Z","updated_at":"2026-01-19T23:01:43.665Z","avatar_url":"https://github.com/Blankeos.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 😎 Essentials of File Management using the CLI on Linux\n\n\u003e by Carlo Antonio Taleon BSCS-4A\n\n## How to Guide:\n\n### 1️⃣ Navigation\n\n```sh\ncd dirname # change directory to dirname\nls # list files\n```\n\n- Tilde `~` - user's home directory\n- Relative - `myPath`\n- Absolute - `/myPath`\n- Dot\n  - `.` - current directory\n  - `./` - current directory\n  - `..` - parent directory\n  - `./myPath` is the same as `myPath`\n\n### 2️⃣ Creating/Deleting Folders \u0026 Files\n\n- Create a single folder `mkdir folder1`\n- Delete folders `rm -r folder1`\n- Create multiple folders `mkdir folder1 folder2`\n- Create nested folders `mkdir folder1`\n- Working with spaces `mkdir \"another file\"` or `mkdir another\\ folder`\n- Create empty files `touch file.txt`\n- Create files with content `cat \u003e file.txt` and `Ctrl+D` when done.\n- View files `cat file.txt`\n\n### 3️⃣ Moving Folders/Files\n\n- Move a single folder `mv folder1 folder2`\n- Move a single file `mv file.txt folder2/file.txt` (You can also rename)\n- Move multiple files:\n  ```sh\n  mv file1.txt file2.txt folder2 # folder2 is treated as the target directory\n  # or\n  mv -t folder2 file1.txt # you can also define the target directory with -t\n  ```\n\n### 4️⃣ Manipulating Files\n\n- **Replace** on files `cat \u003e file.txt` and `Ctrl+D` when done.\n- **Concatenate** content on files `cat \u003e\u003e file.txt`\n\n## Cheatsheet\n\n```sh\nmkdir # create directories\nrm # delete files\ncd # change directory\nls # list files on console\ntouch # create files without content\ncat # create files with content, view files, concatenate files with `\u003e`, replace with `\u003e\u003e`.\nmv # move or rename files \u0026 directories\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblankeos%2Flinux-fs-commands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblankeos%2Flinux-fs-commands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblankeos%2Flinux-fs-commands/lists"}