• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D03-May-20222.6 KiB9559

NEWSH A D11-Oct-20132.7 KiB8578

READMEH A D11-Oct-20131.4 KiB3025

bigfile.1H A D20-Dec-20102.9 KiB104103

bigfile.shH A D20-Dec-20103.4 KiB140102

csort.1H A D11-Oct-20132.1 KiB7776

csort.shH A D11-Oct-20131.3 KiB291

declean.1H A D24-Oct-20102.9 KiB9695

declean.shH A D24-Oct-20101.5 KiB367

getkey.1H A D24-Oct-20102.3 KiB8382

getkey.shH A D24-Oct-20101.6 KiB347

git-ss.1H A D10-Oct-20132.2 KiB7574

git-ss.shH A D10-Oct-20131.3 KiB281

git-ssnoq.1H A D10-Oct-20132.2 KiB7776

git-ssnoq.shH A D10-Oct-20131.4 KiB281

git-ssq.1H A D10-Oct-20132.3 KiB7776

git-ssq.shH A D10-Oct-20131.4 KiB281

hostsearch.1H A D24-Oct-20102.7 KiB9392

hostsearch.shH A D02-Mar-20112.2 KiB8350

mkv.1H A D24-Oct-20103.9 KiB145144

mkv.shH A D24-Oct-20103.5 KiB156114

noagent.1H A D24-Oct-20102.5 KiB7978

noagent.shH A D24-Oct-20101.4 KiB281

qidiff.1H A D28-Jan-20112.8 KiB115114

qidiff.shH A D28-Jan-20111.9 KiB5424

qpr.1H A D24-Oct-20102 KiB6261

qpr.shH A D24-Oct-20101.4 KiB281

resock.1H A D10-Oct-20133.2 KiB105104

resock.shH A D10-Oct-20131.5 KiB281

signfiles.1H A D24-Oct-20102.1 KiB6463

signfiles.shH A D24-Oct-20101.4 KiB314

stun.1H A D24-Oct-20102.4 KiB7877

stun.shH A D24-Oct-20101.5 KiB3911

switch-link.1H A D26-Dec-20103.1 KiB107106

switch-link.shH A D26-Dec-20102.8 KiB11371

syspower.1H A D26-Dec-20102.4 KiB7877

syspower.shH A D26-Dec-20102.4 KiB7746

vcr.1H A D03-May-20223.5 KiB127126

vcr.shH A D03-May-20223.8 KiB176136

vcrtty.1H A D02-Mar-20112.8 KiB111110

vcrtty.shH A D02-Mar-20111.8 KiB5015

ws.1H A D24-Oct-20102.2 KiB8079

ws.shH A D24-Oct-20102.7 KiB8242

README

1Peter Pentchev's Shell Script Snippets
2
3This is a collection of simple - and, in a couple of cases, simply trivial -
4shell scripts that I use in my day-to-day work.
5
6bigfile		- kill (or signal) a process if a file grows too big
7csort		- sort text lines using the C locale
8declean		- clean up after building a Debian package
9getkey		- fetch one or more keys from an OpenPGP keyserver
10git-ss		- display a status summary for a Git repository
11git-ssnoq	- display the names of files known to a Git repository
12git-ssq		- display the names of files not added to a Git repository
13hostsearch	- check which hosts a Debian package is installed on
14mkv		- create a temporary directory and remove it once you're done
15noagent		- run commands without access to the ssh-agent cached keys
16qidiff		- show the differences since the last quilt refresh
17qpr		- display the URL of a FreeBSD problem report's web view
18resock		- connect to a usable SSH authentication agent
19signfiles	- sign one or more files separately
20stun		- connect to a server using SSH, possibly through a relay
21switch-link	- retarget symlinks based on the extension of their targets
22syspower	- display the remaining battery charge from the /sys interface
23vcr		- run terminal-specific commands
24vcrtty		- try to find a terminal-like name for the current session
25ws		- sort the output of "w" by controlling terminal
26
27WWW: http://devel.ringlet.net/misc/sssnips/
28
29Comments: Peter Pentchev <roam@ringlet.net>
30