I am using bash
I wanted to read the documentation of set
But when i typed man set,it is showing
No manual entry for set But when i code
set hit="COVID19" echo $1 it prints as
hit=COVID19 How to find and add the man page of set inside the current man pages.