Tagged Questions
0
votes
0answers
128 views
How to use Python to read the physical address(MAC ID) [closed]
I want to read the physical address of the NIC model, i can get the results that i want to with SED.EXE before, but SED.EXE does not support my environment but Python ok, who have the means to do it.
...
0
votes
1answer
100 views
how to get access to environment variables from output file
I want to get variables from a output file specific
location,and input file format as below:
log1.txt format:
[v] Output Data
...
1
vote
1answer
110 views
create multiple files from single text file based on headings
I have what I think is a really simple problem to solve (preferably with OS X / *nix terminal tools rather than windows command line).
I have a manuscript formatted in markdown with # (H1) denoting ...
6
votes
2answers
5k views
To make a table of contents for a markdown document
I have the following markdown document
Heading-a
==========
---text---
Heading-b
------------
--- text ---
Heading-c
----------
--- text---
Heading-d
=======
--- text----
Heading-e
---
...
...