aboutsummaryrefslogtreecommitdiff
path: root/share/examples/csh
Commit message (Collapse)AuthorAgeFilesLines
* examples/csh: Case insensitive search in pagerAlexander Ziaee2025-04-191-0/+3
| | | | | | | | | | | This is one of the most commonly requested configurations I'm asked to share or put in man(1). Currently I think this is the most appropriate and cannonical place for it. MFC after: 3 days Reviewed by: carlavilla, imp Approved by: carlavilla (mentor) Differential Revision: https://reviews.freebsd.org/D49833
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* - Add two new subcommands to rc.subr:Lars Engels2016-04-231-1/+1
| | | | | | | | | | | | | "describe" shows an rc script's description "extracommands" shows an rc script's non-standard commands like "reload", "configtest", "keygen", etc - Update the rc(8) manpage and the tcsh(1) completion examples to reflect these changes Approved by: bapt Sponsored by: Essen Linuxhotel Hackathon 2016 Differential Revision: D452 Notes: svn path=/head/; revision=298515
* Fix issues that kept some of the examples from actually working.Christian Brueffer2015-06-291-3/+3
| | | | | | | | | PR: 144534 Submitted by: Nicolas Edel MFC after: 1 week Notes: svn path=/head/; revision=284929
* Add a bunch more example completions.Eitan Adler2012-10-161-14/+84
| | | | | | | | | Submitted by: wblock Approved by: cperciva (implicit) MFC after: 3 days Notes: svn path=/head/; revision=241602
* Include a warning when using the example code as it may notEitan Adler2012-06-131-1/+5
| | | | | | | | | | | | work in unusual situations. Also slightly optimize the command. Submitted by: Jeremy Chadwick jdc@koitsu.org Approved by: cperciva (implicit) MFC after: 1 week Notes: svn path=/head/; revision=236999
* Rework sample code which sets SSH_AUTH_SOCK to the user's ssh-agentEitan Adler2012-05-151-1/+1
| | | | | | | | | | | | | | socket path if running PR: 167932 Submitted by: madpilot (pr) Submitted by: wblock (final patch) Reviewed by: If someone else reviewed your modification. Approved by: cperciva (implicit) MFC after: 3 days Notes: svn path=/head/; revision=235481
* Sort completionsEitan Adler2012-04-121-8/+10
| | | | | | | | | | | Add a new one for sysctl Submitted by: rm (the new completion) Approved by: cperciva (implicit) MFC after: 3 days Notes: svn path=/head/; revision=234159
* Fix typo (add a missing '%/' in sed)Eitan Adler2012-04-111-1/+1
| | | | | | | | | Submitted by: jmallett Approved by: cperciva (implicit) MFC after: 3 days Notes: svn path=/head/; revision=234135
* Update examples with corrections from the authorEitan Adler2012-04-101-2/+2
| | | | | | | | | | PR: ports/160689 Submitted by: mickael.maillot@gmail.com Approved by: cperciva (implicit) MFC after: 1 days (with r233429) Notes: svn path=/head/; revision=234077
* Add a few more examplesEitan Adler2012-03-241-0/+4
| | | | | | | | | | Submitted by: jmallett Approved by: cperciva (implicit) MFC after: 3 days X-MFC-With: r233429 Notes: svn path=/head/; revision=233437
* - Make the default values for tcsh more user friendlyEitan Adler2012-03-241-0/+60
- Add an examples file with many of the not accepted suggestions from the discussion PR: conf/160689 Reviewed by: many Discussed on: current Approved by: cperciva Notes: svn path=/head/; revision=233429