bash

.bashrc

***********************************************************************

# .bash_profile

# Get the aliases and functions

if [ -f ~/.bashrc ]; then

. ~/.bashrc

fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin:/usr/programs/bin

BASH_ENV=$HOME/.bashrc

USERNAME=""

***********************************************************************

module avil

module load Compilers/Intel/

rsync

#!/bin/bash

for i in `ls -d e*/` ; do cd $i; cp ../inputsigma ./;./remove;./Run; cd ..; done

# change a Microsoft file1 to unix file by removing characters like "^M"

dos2unix file1

# count number of files in directory

find [DIR_NAME] -type f | wc -l