Is it possible to request a variable directly in the terminal? For example, I want to use command cat <some-file>, but I want the terminal to ask what file name to use.
Just like in SQL plus I'm using bind variables for this.
Is there any solution for terminal?