multiples délimiter awk

awk -F"/|=" -vOFS='\t' '{print $3, $5, $NF}' file
-F"<separator1>|<separator2>|..."
Victorious Vole