Xazmah
#1
Since the old topic got locked I opened a new one
I asked for a solution a while back using Linux and got the response I needed, But now i want to achieve the same thing using Windows
Here's an example of what i'm referring to (I want to hide all the notices about ignored files from the output): https://i.imgur.com/1Ut6cA3.png
Xazmah
#3
He asked me to open a new topic so that what I did 
1 Like
asdffdsa
(jojothehumanmonkey)
#4
hi,
set filter=/c:"2020/06/08 17:03:32" /c:"RCLONE_CONFIG_PASS"
findstr /V /L %filter% log.txt > output.txt
Xazmah
#5
How I'm supposed to use it? Can you please elaborate
calisro
(Rob)
#6
Is there any way to do it real time? similar to piping the output on linux?
rclone -v copy $REMOTE $REMOTE2 2>&1 | egrep -v "$LOGFILTER"
asdffdsa
(jojothehumanmonkey)
#7
have a read at this first and then if you have a question, let me know.
https://ss64.com/nt/findstr.html
Xazmah
#8
I'm trying to do that in real time
asdffdsa
(jojothehumanmonkey)
#9
if you have WSL installed, you can run the exact same linux code.
system
(system)
closed
#10
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.