Skip to content
/ cls Public

this program is similar to windows cls command, it cleans the terminal screen

Notifications You must be signed in to change notification settings

samjamsh/cls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

cls

this program is similar to windows cls command, cleans the terminal screen

first step (1): COMPILE THE CODE compile using make:

make cls.c

compile using gcc:

gcc -o cls.exe cls.c

second step (2): EXECUTE THE PROGRAM run the program:

cls.exe

or

cls.exe -h

About

this program is similar to windows cls command, it cleans the terminal screen

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages