Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Here is an Emacs sexp to turn the link documents into a list of urls for tools such as wget:
- (progn
- (beginning-of-buffer)
- (replace-regexp "^>.*" "")
- (beginning-of-buffer)
- (replace-regexp "^ ?-.* | " ""))
- This document may eventually contain other sexps for arbitrary tasks.
Advertisement
Add Comment
Please, Sign In to add comment