Python Forum
Regular expression to print maching
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Regular expression to print maching
#14
Is all this output printed to stderr? It is suprising. You could do stderr.readlines() instead of read() and parse the lines as you did before for stdout.

However, you could perhaps run the command NMSState in a ssh session outside of python to understand how it works. Also look in this command's documentation and options.
Reply


Messages In This Thread
Regular expression to print maching - by anna - Apr-23-2018, 09:58 AM
RE: Regular expression to print maching - by anna - Apr-23-2018, 11:20 AM
RE: Regular expression to print maching - by anna - Apr-23-2018, 11:36 AM
RE: Regular expression to print maching - by anna - Apr-23-2018, 04:33 PM
RE: Regular expression to print maching - by anna - Apr-24-2018, 06:52 AM
RE: Regular expression to print maching - by anna - Apr-24-2018, 09:38 AM
RE: Regular expression to print maching - by anna - Apr-24-2018, 10:22 AM
RE: Regular expression to print maching - by Gribouillis - Apr-24-2018, 10:57 AM
RE: Regular expression to print maching - by anna - Apr-24-2018, 10:59 AM
RE: Regular expression to print maching - by anna - Apr-24-2018, 11:08 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Regular expression help anilrajr 4 358 May-08-2024, 06:18 PM
Last Post: deanhystad
  data validation with specific regular expression shaheen07 0 384 Jan-12-2024, 07:56 AM
Last Post: shaheen07
  Regular Expression search to comment lines of code Gman2233 5 1,747 Sep-08-2022, 06:57 AM
Last Post: ndc85430
  List Creation and Position of Continue Statement In Regular Expression Code new_coder_231013 3 1,737 Jun-15-2022, 12:00 PM
Last Post: new_coder_231013
  Need help with my code (regular expression) shailc 5 2,010 Apr-04-2022, 07:34 PM
Last Post: shailc
  Regular Expression for matching words xinyulon 1 2,218 Mar-09-2022, 10:34 PM
Last Post: snippsat
  regular expression question Skaperen 4 2,579 Aug-23-2021, 06:01 PM
Last Post: Skaperen
  How can I find all combinations with a regular expression? AlekseyPython 0 1,713 Jun-23-2021, 04:48 PM
Last Post: AlekseyPython
  Python Regular expression, small sample works but not on file Acernz 5 3,022 Jun-09-2021, 08:27 PM
Last Post: bowlofred
  Regular expression: cannot find 1st number in a string Pavel_47 2 2,466 Jan-15-2021, 04:39 PM
Last Post: bowlofred

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020