Skip to content

kacpwoja/EOPSY_modify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Script for 1st laboratory of Operating Systems (EOPSY)

Task:

Write a script modify with the following syntax:

modify [-r] [-l|-u] <dir/file names...>

modify [-r] <dir/file names...>

modify [-h]

modify_examples

which will modify file names.

The script is dedicated to lowerizing (-l) file names, uppercasing (-u) file names or internally calling sed command with the given sed pattern which will operate on file names. Changes may be done either with recursion (-r) or without it. Write a second script, named modify_examples, which will lead the tester of the modify script through the typical, uncommon and even incorrect scenarios of usage of the modify script.

About

Shell script for the first EOPSY lab

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages