I've got a file that's full of VT100 color codes, which is making it hard to search. Is there a unix utility that can strip those out so I'm left with plain text?
Home
/
user-2511
jes5199's questions
I've got a bash script that would be nicer if when I prompt the user, rather than just asking for input, if it provided a line that the user could edit (but a full text editor would be overkill, it's only one line)
What tool provides this?
dialog
's inputbox is almost right, but I'd rather it didn't paint the whole screen.
How do I export a list of installed Debian packages on a system, and then install those same packages on a new system?