yes " " | make oldconfig
The 'yes' command repeatedly output a line with all specified string, or 'y' by default.
So, you can use it to simply "press enter", which will result in using the defaults value for the 'make oldconfig' command.
yes " " | make oldconfig
The 'yes' command repeatedly output a line with all specified string, or 'y' by default.
So, you can use it to simply "press enter", which will result in using the defaults value for the 'make oldconfig' command.