Commit Graph

51 Commits

Author SHA1 Message Date
Julien Le Coupanec 92c29be4bb
Merge pull request #253 from rparwaiz/patch-3
Update bash.sh
2021-12-18 17:00:02 +01:00
Julien Le Coupanec e72dd6a956
Merge pull request #258 from rparwaiz/patch-6
Update bash.sh
2021-12-12 22:46:46 +01:00
rparwaiz 4c1da007c0
Update bash.sh 2021-12-09 15:59:43 +00:00
rparwaiz acb515c171
Update bash.sh
typeset -l <x>                 # makes variable local - <x> must be an interger

declare -l                   # uppercase values in the variable are converted to lowercase
declare -A                   # makes it an associative array
2021-12-07 16:53:56 +00:00
rparwaiz 7c9ebfc0be
Update bash.sh 2021-12-02 11:08:52 +00:00
rparwaiz 08ad0bea19
Update bash.sh 2021-12-01 17:11:42 +00:00
David Hay 271d4ef931
Typo + General Formatting
CTRAL+A > CTRL+A
2021-11-17 23:16:34 -08:00
tortumlu a580e2d175 add ctrl+a then e command to bash commands 2021-10-10 19:59:19 +03:00
tortumlu 4a0d72fc35 add resize2fs command to bash commands 2021-10-10 19:57:23 +03:00
tortumlu d66d0db292 add netstat command to bash commands 2021-10-10 19:53:15 +03:00
shane chambers f668201688 Added a few sed commands, info, help, switch user, and sudo 2021-07-11 06:17:55 -06:00
shane chambers e17d236bee fixing a spelling issue 2021-07-11 05:00:47 -06:00
Codyhintzch d6ba64e4b9
Added some basics commands and key combos
Noticed there was some stuff missing that I consider good basics to use so I compared the cheat sheet with my own personal cheat sheet and added some stuff. I tried to stay basic enough that it stayed relevant to anybody doing bash stuff
2021-05-14 15:45:11 -06:00
SabryTarek f806fefafb add equivalent to bash command 2021-04-16 13:49:26 +00:00
Alkkem 1643b90b9e
Added more shortcuts to the "ALT" section
Added shortcuts to the ALT section, in particular those that come after "ALT+H"
2020-12-03 16:28:56 +01:00
optmist2309 6d88c3db05 bash cheatsheet updated 2020-10-05 00:47:41 +05:30
Thang Vo a6ff7b33d1 Add PM2 cheat sheet + various additions 2020-09-21 17:06:46 +07:00
Kasra Bigdeli 571dedea7f
Fixed typo 2020-09-02 22:31:26 -04:00
nswinson c2295bf7e4
Update bash.sh 2020-06-20 10:45:05 -06:00
nswinson fbbaaa6f0a
Update bash.sh 2020-06-20 10:05:40 -06:00
Jason Shearer ef7aab4ab8
Fixed typo 2020-06-18 16:01:49 -07:00
Yuriy Novostavskyy 09145624f5 fixed typo (thanks @neexite) 2020-04-11 17:21:08 +03:00
Yuriy Novostavskyy 7546157094 additional collor added 2020-04-11 15:21:27 +03:00
yurnov 494adccb87
Colors and test effect added
added codes and examples of how to use colors, bolds, and effects
2020-04-11 14:54:51 +03:00
Yoko Lau 026729934f
Update bash.sh 2020-03-24 19:46:33 +08:00
Alexound 6fe0435c77 Keep working on 'bash' cheetsheet.
Minor corrections.
2019-10-24 12:02:15 +04:00
Alexound aa8b4efb86 Fixed tabs and spaces. 2019-10-24 11:52:27 +04:00
Alexound d2c01dccd4 Fixed and improved SHORTCUTS module.
Now it's 'SHORTCUTS and HISTORY'.
2019-10-24 11:41:37 +04:00
Julien Le Coupanec 03581585cf docs(bash): align comments 2019-10-12 12:42:32 +02:00
Amaury Souza a552f052d1
Update bash.sh 2019-10-11 22:12:09 -03:00
Antonio Riccio 1dfacb674a Corrected the bash cheatsheet
- modified the condition to verify if two values are identical
2019-08-01 11:06:56 +01:00
Keith Smiley 6265188ee4
Fix bash flag typo
This had `-r` twice, but this one should be `-s`
2018-03-10 18:16:31 -08:00
Oliver Kopp ab0940a4bf
Add awesome ALT commands 2018-02-20 11:05:28 +01:00
Julien Le Coupanec 5615c4ca85
Merge branch 'master' into patch-1 2018-02-11 20:34:08 +01:00
Vitaly Bagno 2ef26d3c39
Update bash.sh 2018-02-11 21:02:37 +02:00
Michael Pierce 9a04ba0ef4
bash.sh: array(val val val) -> array=(val val val) 2018-02-10 12:22:42 -08:00
Martin Joly f31fdaaf1b
Update bash.sh 2018-02-06 15:16:09 +01:00
Julien Le Coupanec 22613b2185 Fix issue with folders 2018-02-06 02:10:51 +00:00
Julien Le Coupanec 34124c1731 Reorganizing the repository 2018-02-06 02:09:12 +00:00
Semen Zhydenko bdde87d6af occured -> occurred 2018-02-04 17:20:34 +01:00
Semen Zhydenko 22e0b5b399 occurence -> occurrence 2018-02-04 17:20:06 +01:00
Semen Zhydenko 71d9b7be01 occurences -> occurrences 2018-02-04 17:19:44 +01:00
Semen Zhydenko 00697934e9 interupt -> interrupt 2018-02-04 17:19:09 +01:00
Semen Zhydenko 5db2e1fd4d funtion -> function 2018-02-04 17:18:44 +01:00
Julien Le Coupanec dc306a3364 Bash: Fix issue with $websites 2018-02-04 14:12:03 +00:00
Julien Le Coupanec c368ad3b06 Bash: updates 2018-02-04 13:08:13 +00:00
Ray Hua Wu cec31441e7
fix a typo 2018-02-03 20:35:26 -05:00
Julien Le Coupanec 0892c8d365 Bash: fix mistake with for in 2018-02-03 20:24:28 +00:00
Julien Le Coupanec d05ed80faa Bash: use vim instead of emacs 2018-02-03 20:14:25 +00:00
Julien Le Coupanec a4e4b2fff5 Bash: operators need spaces around them 2018-02-03 20:02:01 +00:00