BASH Aliases Flashcards

1
Q

cdgit

A

cd git path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

cdwrite

A

cd writing path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

cdfmri

A

cd fmri path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

jekyllserve

A

open local jekyll server for inspecting website

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

weblocal

A

open website on local (localhost:4000)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

website

A

open website on www

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

s

A

open file or folder with Sublime Text

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

getbookends

A

download latest version of Bookends

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

matlab

A

open MATLAB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

matlab_nodesktop

A

open MATLAB with no desktop

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

matlab_onethread

A

open MATLAB with multithreading disabled

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

explore

A

Opens current directory in MacOS Finder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

c

A

Clear terminal display

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

back

A

cd last directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

sz

A

show size of files and folders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

filetree

A

recursive display of files and folders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

numfiles

A

count non-hidden files in current dir

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

lr

A

full recursive directory listing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

ls

A

preferred ‘ls’ implementation (ls -FGlAhp)

20
Q

cp

A

preferred ‘cp’ implementation (cp -iv)

21
Q

mv

A

preferred ‘mv’ implementation (mv -iv)

22
Q

mkdir

A

preferred ‘mkdir’ implementation (mkdir -pv)

23
Q

less

A

preferred ‘less’ implementation (less -FSRXc)

24
Q

cd..

A

go back 1 directory level (for fast typers)

25
.1
go back 1 directory level
26
.2
go back 2 directory levels
27
.3
go back 3 directory levels
28
path
echo all executable Paths
29
enabledarkmode
enable OS X dark mode
30
show_options
display bash options settings
31
showfiles
show hidden files
32
hidefiles
hide hidden files
33
restart
restart computer
34
sleep
put computer to sleep
35
powerdown
shutdown computer
36
cic
make tab-completion case-insensitive
37
emptytrash
empty the trash
38
cleanup
recursively delete a bunch of crap from your finder
39
cleanupDS
recursively delete .DS_Store files
40
func
ssh into func (dentate)
41
neuroecon
ssh into neurocon
42
neuroecon_sftp
sftp into neuroecon
43
ip
show your public IP
44
localip
show your local IP
45
DT
pipe content to file on MacOS Desktop