Commands
The most up-to-date listing is always available from within Frida:
h— list plain commands and command group initials- Type a group initial (e.g.
c,g,m) to list all commands in that group
Overwrite or duplicate
By default, most commands that modify data duplicate the file:
the original is preserved and the result appears as a new workspace.
Append ! to any command to overwrite in place instead:
0 > msd! 0:3 # delete spectra 0–3 from file 0 itselfFull explanation: Overwrite or duplicate.
Plain commands
| Command | Action |
|---|---|
a |
Add curve to current plot |
p |
Plot |
t |
Show execution time |
! |
Execute shell command |
quit |
Terminate Frida session |
Command groups
| Group | Topic |
|---|---|
c |
Fitting |
d |
Directory — inspect files in memory |
e |
Edit file metadata |
f |
File I/O |
g |
Graphics and plotting — see also Graphics & PostScript |
m |
Manipulate data |
o |
Operate on variables |
r |
Raw data (SPHERES spectrometer) |
Meta and help commands
| Command | Action |
|---|---|
\i <file> |
Include a script file |
\q |
Return to main menu |
\wh |
Write command history to file |
h |
Overview and plain commands |
hf |
Built-in functions |
hid |
Dimension-reducing functionals (data) |
hic |
Dimension-reducing functionals (curves) |
ho |
Operators by precedence |
hr |
Resolution functions (conv, resol) |