Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102393279
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
Thu, Feb 20, 05:59
Size
153 B
Mime Type
text/x-python
Expires
Sat, Feb 22, 05:59 (2 d)
Engine
blob
Format
Raw Data
Handle
24345842
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