And it send the zip file to specific location in my Mac computer using scp.
==========
#!/bin/sh
echo $1
zip -r $1 $1
scp $1.zip albertsk@stokes.eng.hawaii.edu:/Users/albertsk/Desktop/On-going/Presentations/APS-DFD/simulations/
This is not a blog, but my notes and tips for research. Feel free to take any information and leave any comments or questions.
| Arabic numerals, e.g., 1, 2, 3... \renewcommand{\thefootnote}{\arabic{footnote}} | |
Roman numerals (lowercase), e.g., i, ii, iii...\renewcommand{\thefootnote}{\roman{footnote}} | |
Roman numerals (uppercase), e.g., I, II, III... \renewcommand{\thefootnote}{\Roman{footnote}} Alphabetic (lowercase), e.g., a, b, c... | |
| \renewcommand{\thefootnote}{\alph{footnote}} Alphabetic (uppercase), e.g., A, B, C... | |
| \renewcommand{\thefootnote}{\Alph{footnote}} A sequence of nine symbols (try it and see!) | |
| \renewcommand{\thefootnote}{\fnsymbol{footnote}} |
If \longrightarrowis not sufficiently long, try
\[ \xrightarrow{\hspace*{3cm}} \]