https://github.com/n1ghtf1re/osasp
https://github.com/n1ghtf1re/osasp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/n1ghtf1re/osasp
- Owner: N1ghtF1re
- Created: 2019-02-12T15:10:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-17T19:33:37.000Z (over 6 years ago)
- Last Synced: 2025-04-05T22:43:06.037Z (6 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSiSP labs
## Lab 1 task:
Write a script that is in the specified directory and all its subdirectories
all files of a given size. The range (min.-max.) File sizes is set
user as the first and second command line argument.
The script displays the search results in a file (third command line argument)
in the form: full path, file name, its size. The total is displayed on the console.
number of files viewed.## Lab 2 task:
Find the files that match in the two specified directories
(command line arguments 1 and 2) and all their subdirectories. Output to
console and file (command line argument 3) full path, size, date
credentials, permissions, inode number.