Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-build-utils
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
korinf
etersoft-build-utils
Commits
78d13768
Commit
78d13768
authored
Jul 09, 2015
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
estrlist: add spaces before help lines
parent
401c3c1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
estrlist
bin/estrlist
+13
-13
No files found.
bin/estrlist
View file @
78d13768
...
...
@@ -164,19 +164,19 @@ help()
echo
"estrlist developed for string list operations. See also cut, join, paste..."
echo
"Usage:
$0
<command> [args]"
echo
"Commands:"
echo
"strip_spaces [args] - remove spaces between words"
echo
"filter_strip_spaces - remove spaces from words from standart input"
echo
"reg_remove <PATTERN> [word list] - remove words containing a match to the given PATTERN (grep notation)"
echo
"reg_wordremove <PATTERN> [word list] - remove words containing a match to the given PATTERN (grep -w notation)"
echo
"exclude <list1> [list2] - print list2 words contains also in list1"
echo
"reg_exclude <PATTERN> [word list] - print only words not matched with PATTERN"
echo
"reg_wordexclude <PATTERN> [word list] - print only words not matched with PATTERN"
echo
"has <PATTERN> string - check the string for a match to the regular expression given in PATTERN (grep notation)"
echo
"match <PATTERN> string - check the string for a match to the regular expression given in PATTERN (egrep notation)"
echo
"union [word list] - sort and remove duplicates"
echo
"uniq [word list] - alias for union"
echo
"list [word list] - just list words line by line"
echo
"count [word list] - print word count"
echo
"
strip_spaces [args] - remove spaces between words"
echo
"
filter_strip_spaces - remove spaces from words from standart input"
echo
"
reg_remove <PATTERN> [word list] - remove words containing a match to the given PATTERN (grep notation)"
echo
"
reg_wordremove <PATTERN> [word list] - remove words containing a match to the given PATTERN (grep -w notation)"
echo
"
exclude <list1> [list2] - print list2 words contains also in list1"
echo
"
reg_exclude <PATTERN> [word list] - print only words not matched with PATTERN"
echo
"
reg_wordexclude <PATTERN> [word list] - print only words not matched with PATTERN"
echo
"
has <PATTERN> string - check the string for a match to the regular expression given in PATTERN (grep notation)"
echo
"
match <PATTERN> string - check the string for a match to the regular expression given in PATTERN (egrep notation)"
echo
"
union [word list] - sort and remove duplicates"
echo
"
uniq [word list] - alias for union"
echo
"
list [word list] - just list words line by line"
echo
"
count [word list] - print word count"
echo
echo
"Examples:"
example reg_remove
"1."
"11 12 21 22"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment