Applied Mechanics Lab

Mechanics of Continua and Structures

Calendar

gmail inbox

Bash shell

echo "Hello world" | pbcopy
invertcolors        # no comment
mma                 # open Mathematica

Find files

find

type -f: find file
type -d: find file

atime : acess time in 24
atime +n: acess time greater than n days
atime -n: acess time less than n days


mtime : modification time in 24
mtime +n: modification time greater than n days
mtime -n: modification time less than n days


Btime   : file creation time in units of 24 hours
Btime +n: creation time greater than n days
Btime -n: creation time less than n days

Open files with a specific application

open [document path] -a [Application Name]
open /Users/Haneesh/WCalender.nb -a Mathematica