This repository has been archived by the owner on Dec 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- rewrite and simplify source code. - rename options.
- Loading branch information
Showing
11 changed files
with
271 additions
and
668 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
rvl - reveal | ||
============ | ||
A program that reveals info about entries in the file system of POSIX systems. | ||
|
||
Requirements | ||
------------ | ||
In order to build it, you will only need a C compiler. | ||
|
||
Installation | ||
------------ | ||
- Compile the rvl.c file. | ||
|
||
cc rvl.c -O3 -o rvl | ||
|
||
- Add the binary rvl to your system's PATH variable. | ||
|
||
Help | ||
---- | ||
Read its help instructions. | ||
|
||
rvl -h |
Binary file not shown.
Binary file not shown.
Oops, something went wrong.