Adam Ginsburg's blog
Homepage
Blog Index
BGPS Blog
Publications
Archives
Tags
Recent Posts
2023/08/11
Editing metadata in measurement sets
2022/05/06
CASA MPI debugging cont'd
2022/05/01
CO2 Monitoring at Conferences: Update in 2022
2022/04/14
ALMA Cycle 9 corrupted zip fix
2022/04/11
Hacking plotms to let pipeline run
Non-greedy vim
To make .* in VIM be non-greedy (i.e. match just
<a href=x>
out of
"<a href=x> </a>"
), use:
.\{-}
Comments
Please enable JavaScript to view the
comments powered by Disqus.