I am trying to display a huge .txt file using whiptail,but encountered an error
bash:
/bin/whiptail: Argument list too long
Command Executed:
whiptail --title "Licensing Info" --yesno "`cat /file/location/LICENSE.txt`" --scrolltext 50 100 --yes-button Accept --no-button Reject --fb
I also tried to use --textbox but I am unable to provide yes or no button in the whiptail command.