Skip to content

Latest commit

 

History

History
48 lines (47 loc) · 833 Bytes

README.md

File metadata and controls

48 lines (47 loc) · 833 Bytes

Build Status LICENCE

ru-gnu-core-utils

Usage

1.clone this repository and move to the directory.

git clone [email protected]:ItinoseSan/ru-gnu-core-utils.git
cd ru-gnu-core-utils

2.Set up use crate

cargo build

3.Run src

cargo run

Implemented command

ls
pwd
curl
echo
rmdir
mkdir

Demo

mkdir
Error: Position(Alpha, [10])
mkdir test
ls
./.git
./Cargo.toml
./.vscode
./.gitignore
./Cargo.lock
./src
./test
./target
pwd
/home/username/my_projects/rust_app/linux-gnu-core-util

Help

I need to good implementation. Please tell me.