Concentric
Expert Member
- Joined
- Feb 16, 2017
- Messages
- 1,028
- Reaction score
- 197
Im still a linux noob.
I have a command with a bunch of flags that outputs to the screen with info as it runs.
Id like to append that text to a log file.
Does this look correct?
Thanks
I have a command with a bunch of flags that outputs to the screen with info as it runs.
Id like to append that text to a log file.
Code:
rclone move ~/docs/legal GDrive:Sort/legal --delete-empty-src-dirs>>/home/hd14/davidc75/apps/log.txt
Does this look correct?
Thanks
