Although I like the logical way the commands are done,
I think it would be helpful (especially late in the
evening) to have synonyms like
fdel = rm
df = ls
fc = cp
...
I think that one should stick
to the commands as they are defined
since for example cp is used
already in the FRIDA language as
"curve parameters". A command beginning
with r (suggested rm) will lead to confusion
since these commands are dedicated to
reading raw data.
In the C version of FRIDA direct access
to the file system and the usage of standard
LINUX commands from within FRIDA will be
possible.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1481723
Originator: NO
I think that one should stick
to the commands as they are defined
since for example cp is used
already in the FRIDA language as
"curve parameters". A command beginning
with r (suggested rm) will lead to confusion
since these commands are dedicated to
reading raw data.
In the C version of FRIDA direct access
to the file system and the usage of standard
LINUX commands from within FRIDA will be
possible.