Skip to content

erback/KTH-OS-ID2200

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KTH-OS-ID2200

KTH course about OS.

Lab 1. Make a program that pipes data from printenv | sort | less

where less could change to whatever is specified in the PAGER envvariable.

If the program is started with arguments then those should be piped through grep like such:

printenv | grep -i arguments | sort | less

About

KTH course about os.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published