fileinfo/README.md

10 lines
220 B
Markdown
Raw Normal View History

2024-08-20 23:11:53 +05:30
<h1>fileinfo</h1>
2024-08-20 23:09:18 +05:30
A simple C++ program that displays information about files and folders.
2024-08-20 23:11:53 +05:30
<h2>Usage</h2>
<code>
./a.out [args] filename ...<br>
Args:<br>
-A Output absolute path<br>
-E Do not show emojis<br>
</code>