Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F120410460
getTitles.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Jul 4, 04:34
Size
153 B
Mime Type
text/x-python
Expires
Sun, Jul 6, 04:34 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27166146
Attached To
rOPTIMIZINGRDM Optimizing your research data management
getTitles.py
View Options
#!/usr/bin/python3
import
sys
lines
=
open
(
sys
.
argv
[
1
],
'r'
)
for
l
in
lines
:
l2
=
l
.
strip
(
' "
\t
,
\n
'
)
if
l2
.
startswith
(
'#'
):
print
(
l2
)
Event Timeline
Log In to Comment