Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93237172
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
Wed, Nov 27, 06:23
Size
153 B
Mime Type
text/x-python
Expires
Fri, Nov 29, 06:23 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22601056
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