ASD CoreUtils (AnmiTali Software Distributions) is a collection of essential command-line utilities for file operations, system information, and basic shell functionality.
- basename - Remove directory and suffix from filenames
- cat - Concatenate files and print on the standard output
- cp - Copy files and directories
- dirname - Extract the directory part of a filename
- echo - Display a line of text
- head - Output the first part of files
- ls - List directory contents
- mkdir - Create directories
- mv - Move (rename) files
- pwd - Print name of current/working directory
- rm - Remove files or directories
- rmdir - Remove empty directories
- tail - Output the last part of files
- touch - Change file timestamps or create empty files
- true-false - Do nothing, successfully or unsuccessfully
- uname - Print system information
- whoami - Print effective userid
All utilities follow standard UNIX/Linux command-line conventions. For specific usage information, use the --help
option with any command:
ls --help
- C compiler (GCC recommended)
- Standard build tools (make, autoconf, etc.)
Contributions are welcome! Please feel free to submit a Pull Request.
Copyright 2025 AnmiTaliDev
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Developer: AnmiTaliDev GitHub: https://github.com/AnmiTaliDev