thinlegend
Earnings Potential Maximizer
Divine
LEVEL 1
400 XP
Remove all words with less than "X" characters
How to do it?
1. Go to https://www.tutorialspoint.com/execute_bash_online.php
2. Remove everything from "main.sh"
3. Paste code below into "main.sh" (this code will remove everything with less than 3 characters replace any number you want)
3. Go to next tab "STDIN" and paste your your pass list or anything else.
4. Click execute on right side you got your filtered list!
How to do it?
1. Go to https://www.tutorialspoint.com/execute_bash_online.php
2. Remove everything from "main.sh"
3. Paste code below into "main.sh" (this code will remove everything with less than 3 characters replace any number you want)
Code:
awk 'length > 3'
4. Click execute on right side you got your filtered list!