Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi all, I've played a little bit with the cut command from the IOS.sh and wonder how I can define white spaces as delimiter. Using pure text works: switch#sh ip int br | cut -f 1 -d unassigned
Interface IP-Address OK? Method St...
Hi,I've 'inherited' an ISE 2.3 installation at a customer site some time ago. This ISE has a configuration for Active Directory as an External Identity Source amongst other identity sources. I suspect that the AD Identity Source is not being used any...
How can I insert a tab in the IOS CLI? The tab key is reserved for command expension.The command output I would like to cut don't come with tabs in them, so I must deal with multiple spaces.
Elliot, I can't replicate this on IOS Shell. switch#echo "hello there" | cut -f2 Gives me just an empty line as output (tested on a 3750E with IOS 15.2(2)E7). Thanks for your efforts!Thomas
Elliot,thanks for your reply.Unfortunately, this doesn't work on IOS Shell (only for the leftmost column). I suspect, it should be some RegEx, but wasn't able to make it work. Thomas
Thank you very much, Mike! I've fooled my self by using the Google Chrome browser. With Chrome, some buttons and pull-down menus can't be selected. After using Firefox, I got somewhere Thanks again,Thomas