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
this will go line by line and remove the files that you've grepped for the grep will work on the links and wsend -lsu will return all of your files in link format so if your files are named something like:
file001.txt
file002.txt
file003.txt
etc.
you can do something like this for the grep: grep file0
or grep -E 'file[0-9]+\.txt'
or grep -P 'file\d+\.txt'
No description provided.
The text was updated successfully, but these errors were encountered: