I want to open a new terminal when i enter a user-defined command in linux. Means for an example,when i type a command tcpdump in terminal and this will open a new session terminal for the tcpdump.
So in newly opened terminal, for capturing the packet, i have to write only -i eth0 and not tcpdump -i eth0. The new terminal will internally take the command tcpdump.
So will these be possible?