Skip to content

Qainar-Projects/coreutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASD CoreUtils

ASD CoreUtils (AnmiTali Software Distributions) is a collection of essential command-line utilities for file operations, system information, and basic shell functionality.

Included Utilities

  • 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

Usage

All utilities follow standard UNIX/Linux command-line conventions. For specific usage information, use the --help option with any command:

ls --help

Requirements

  • C compiler (GCC recommended)
  • Standard build tools (make, autoconf, etc.)

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

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.

Contact

Developer: AnmiTaliDev GitHub: https://github.com/AnmiTaliDev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published