mirror of
https://github.com/AltraMayor/f3.git
synced 2025-09-15 10:07:26 -04:00
Merge pull request #23 from bor/fix/README
Adapt syntax of README.md for markdown
This commit is contained in:
commit
015facf8fe
33
README.md
33
README.md
@ -26,8 +26,10 @@ NOTES:
|
|||||||
|
|
||||||
### Use example of f3write/f3read
|
### Use example of f3write/f3read
|
||||||
|
|
||||||
./f3write /media/michel/5EBD-5C80/
|
```
|
||||||
./f3read /media/michel/5EBD-5C80/
|
$ ./f3write /media/michel/5EBD-5C80/
|
||||||
|
$ ./f3read /media/michel/5EBD-5C80/
|
||||||
|
```
|
||||||
|
|
||||||
Please replace "/media/michel/5EBD-5C80/" with the appropriate path.
|
Please replace "/media/michel/5EBD-5C80/" with the appropriate path.
|
||||||
USB devices are mounted in "/Volumes" on Macs.
|
USB devices are mounted in "/Volumes" on Macs.
|
||||||
@ -37,16 +39,15 @@ For more information see http://oss.digirati.com.br/f3/
|
|||||||
|
|
||||||
### Files
|
### Files
|
||||||
|
|
||||||
changelog - Change log for package maintainers.
|
changelog - Change log for package maintainers
|
||||||
f3read.1 - Man page for f3read and f3write.
|
f3read.1 - Man page for f3read and f3write
|
||||||
In order to read this manual page, run 'man ./f3read.1'.
|
In order to read this manual page, run `man ./f3read.1`
|
||||||
To install the page, run
|
To install the page, run
|
||||||
'install --owner=root --group=root --mode=644 f3read.1 /usr/share/man/man1'.
|
`install --owner=root --group=root --mode=644 f3read.1 /usr/share/man/man1`
|
||||||
LICENSE - License (GPLv3).
|
LICENSE - License (GPLv3)
|
||||||
Makefile - make(1) file.
|
Makefile - make(1) file
|
||||||
README - This file.
|
README - This file
|
||||||
|
*.h and *.c - C code of F3
|
||||||
*.h and *.c - C code of F3.
|
|
||||||
|
|
||||||
## Bash scripts
|
## Bash scripts
|
||||||
|
|
||||||
@ -55,19 +56,19 @@ they are really meant to help you to write your own scripts.
|
|||||||
So you can personalize F3 to your specific needs.
|
So you can personalize F3 to your specific needs.
|
||||||
|
|
||||||
f3write.h2w - Script to create files exactly like H2testw.
|
f3write.h2w - Script to create files exactly like H2testw.
|
||||||
Use example: 'f3write.h2w /media/michel/5EBD-5C80/'
|
Use example: `f3write.h2w /media/michel/5EBD-5C80/`
|
||||||
|
|
||||||
log-f3wr - Script that runs f3write and f3read, and records
|
log-f3wr - Script that runs f3write and f3read, and records
|
||||||
their output into a log file.
|
their output into a log file.
|
||||||
Use example: 'log-f3wr log-filename /media/michel/5EBD-5C80/'
|
Use example: `log-f3wr log-filename /media/michel/5EBD-5C80/`
|
||||||
|
|
||||||
Please notice that all scripts and use examples above assume that
|
Please notice that all scripts and use examples above assume that
|
||||||
f3write, f3read, and the scripts are reachable from
|
f3write, f3read, and the scripts are reachable from
|
||||||
your environment PATH variable.
|
your environment PATH variable.
|
||||||
If that is not the case, but all of them are in your current path,
|
If that is not the case, but all of them are in your current path,
|
||||||
prefix the use examples above with 'PATH=$PATH:./' as shown below
|
prefix the use examples above with `PATH=$PATH:./` as shown below
|
||||||
for the script log-f3wr:
|
for the script log-f3wr:
|
||||||
|
|
||||||
PATH=$PATH:./ log-f3wr log-filename /media/michel/5EBD-5C80/
|
`PATH=$PATH:./ log-f3wr log-filename /media/michel/5EBD-5C80/`
|
||||||
|
|
||||||
The current path is represented by './' in the previous example.
|
The current path is represented by `./` in the previous example.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user