Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Add sarge support #2

Open
westurner opened this issue May 17, 2014 · 2 comments
Open

ENH: Add sarge support #2

westurner opened this issue May 17, 2014 · 2 comments
Labels
Milestone

Comments

@westurner
Copy link
Owner

example::

pyline '"rm -f {0}; ln -s ../formulas/{0}-formula/{0}".format(w[8])'
@westurner westurner added this to the 0.2 milestone May 17, 2014
@westurner westurner modified the milestones: 0.2, 1.0 Aug 24, 2014
@westurner
Copy link
Owner Author

This can almost be done with https://en.wikipedia.org/wiki/Xargs :

man xargs
xargs -I

@westurner
Copy link
Owner Author

This is also somewhat possible with el:

echo -e '1\n2\n3' | el -v -x 'echo "number {} #"'
echo -e '1\n2\n3' | el -v --each -x 'echo "number {} #"'
``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant