r1vs3c / auto-bspwm

Bash script that automates the setup of a professional hacking environment for Kali Linux using the tiled window manager bspwm.
320 stars 61 forks source link

abrir un .txt con formato estandarizado #12

Closed bountyhacking closed 8 months ago

bountyhacking commented 8 months ago

Al abrir un .txt (cualquiera) se genera el siguiente formato: 1 │ source: https://www.securityfocus.com/bid/59022/info 2 │ 3 │ Request Tracker is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user Como puedo abrir archivos para copiarlos sin que aparezca el formato anterior?

r1vs3c commented 8 months ago

Para mostrar el contenido de los archivos si el formato anterior puedes ejecutar el comando catn que es un alias de /usr/bin/cat. Si deseas también puedes mantener el formato anterior y usar la combinación de teclas Ctrl+Alt y copiar el texto que desees sin los números.