Cobra Forum

Linux => New to Ubuntu => Topic started by: mahesh on Aug 31, 2023, 08:21 AM

Title: Can I outupt a .sh script to a file?
Post by: mahesh on Aug 31, 2023, 08:21 AM
I just ran a .sh prebuild file that built a lot of stuff. There were some highlighted issues that came across the screen in bold. I wish I could have saved all that data to a file. Preferably, it would be great to ouptut it to HTML so showcase the bold and hilighted warnings. In Windows command-line it is done by simpuly using the '>' character to putut a comandline entry to an output file.