You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a little question.
I am trying to use the tool but I can't manage to get some output.
I am trying this, but maybe this approach is wrong because I don't get any output...
cat jsfiles | for i in gf -list; do [[ ${i} =~ "_secrets"* ]] && gf ${i}; done
The text was updated successfully, but these errors were encountered:
Hello, I have a little question.
I am trying to use the tool but I can't manage to get some output.
I am trying this, but maybe this approach is wrong because I don't get any output...
cat jsfiles | for i in
gf -list
; do [[ ${i} =~ "_secrets"* ]] && gf ${i}; doneThe text was updated successfully, but these errors were encountered: