Navigation Menu

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

Few command line options #109

Merged
merged 5 commits into from May 10, 2013
Merged

Few command line options #109

merged 5 commits into from May 10, 2013

Conversation

prakashk
Copy link
Member

Basic support for -n',-p,-aand-F` options.

  • provides access to filename(s) in $ARGV, and current line number (cumulative) in $. (this is kludgy, as a variable with this name could not be created.)
  • supports only basic strings for split pattern in -a and -F. When split supports regex patterns, this should work.
  • -p behavior is not identical to Perl, as there is continue block to go with while loops.
  • I am sure there are other limitations that I haven't thought of.

stevan pushed a commit that referenced this pull request May 10, 2013
@stevan stevan merged commit 390f2b5 into master May 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants