Tool list:
-
cgrep.sh
-
cless.sh
-
get_pbs_header.sh
-
koen_tricks.sh
-
ls_names.sh
-
viewer_csv.sh
-
viewer_html.sh
-
viewer_md.sh
-
viewer_tsv.sh
A modified version of grep
Usage:
cgrep pattern fileParameters:
-
pattern the pattern or string to search
-
file the file to search in
-
--h cgrep --h : the help of grep
A modified version of less, to use with cgrep
Usage:
cless file
cgrep pattern file | clessParameters:
-
file the file to display
-
--h cless --h : the help of less
This script generates a pbs header for a new script
Usage:
get_pbs_headerParameters:
-
MAIL= The mail adress to use (This can be set as a environment variable in .bash_profile))
-
PROJECT= The project to use (This can be set as a environment variable in .bash_profile)
-
NAME= The name of the script
This script generates a help page for all other tools in this package
Usage:
koen_tricksParameters:
- -mute Only generate the README.md file
This script is a ls, but changes the user numbers into names
Usage:
ls_gcA clear view of csv files
Usage:
viewer_csv file.csvParameters:
- file.csv the CSV file to view
A clear view of HTML files
Note: this viewer can not render images. To see images, please use a GUI browser (like firefox). The best way to do this, is to download the file, and view it locally.
Usage:
viewer_html file.htmlParameters:
- file.html the HTML file to view
A clear view of md files (mark-down)
Usage:
viewer_md file.mdParameters:
- file.md the MD file to view
A clear view of tsv files
Usage:
viewer_tsv file.tsvParameters:
- file.tsv the TSV file to view