Skip to content

Mohabz-911/linux-assign-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Print Working Directory (pwd)

To use this utility

gcc pwd.c -o pwd
./pwd

Working example

alt text


2. Print (echo)

To use this utility

gcc echo.c -o echo
./echo Desired text

Working example

alt text


3. Copy (cp)

To use this utility

gcc cp.c -o cp
./cp file1 file2

Working example

alt text


4. Move (mv)

To use this utility

gcc mv.c -o mv
./mv

Working example

alt text


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages