How can I make a shell program in C++ that neglects everythingafter ‘#’ in the command line? For example, typing the command ls #-a will only execute the ls command without the option -a.
Expert Answer
An answer will be send to you shortly. . . . .
How can I make a shell program in C++ that neglects everythingafter ‘#’ in the command line? For example, typing the command ls #-a will only execute the ls command without the option -a.
An answer will be send to you shortly. . . . .