10 lines
218 B
Markdown
10 lines
218 B
Markdown
<h1>fileinfo</h1>
|
|
A simple C++ program that displays information about files and folders.
|
|
<h2>Usage</h2>
|
|
<pre>
|
|
./a.out [args] filename ...<br>
|
|
Args:<br>
|
|
-A Output absolute path<br>
|
|
-E Do not show emojis<br>
|
|
</pre>
|