دي إف تي :ـ
تعتبر أداة دفتي
من أهم الأساليب الحسابية في مجالي الكيمياء
والفيزياء في الوقت الحالي.لكن قبل هذا، هناك causes لابد من أستيفاءها . إن المعادلة equationالرئيسية هي :ـ
تعتبر أداة دفتي
### login BWgrid
ssh -l mm1019 bwui.bfg.uni-freiburg.de
### copy from here to there
-r allows copying subdirectories too
scp -r * mrhsegypt@mmos7.physik.uni-freiburg.de:~/06.15.2011/latest_from_bwgrid/06.13.2011/optimizing_fold/1/trial2
scp -r * mm1019@bwui.bfg.uni-freiburg.de:~/06.13.2011/optimizing_fold/1/trial2/again
### search all subdirectories
grep -R 'keyword' *
### search file and delete it on the fly
find . -type f -name "thefiletobedeleted" -exec rm -f {} \;
### running a script at the terminel
./nameofscript
### unzip files
tar -xzf vmd-1.9.bin.LINUX.opengl.tar.gz
# to create a new file
touch newfile.txt

ssh -l mm1019 bwui.bfg.uni-freiburg.de
### copy from here to there
-r allows copying subdirectories too
scp -r * mrhsegypt@mmos7.physik.uni-freiburg.de:~/06.15.2011/latest_from_bwgrid/06.13.2011/optimizing_fold/1/trial2
scp -r * mm1019@bwui.bfg.uni-freiburg.de:~/06.13.2011/optimizing_fold/1/trial2/again
### search all subdirectories
grep -R 'keyword' *
### search file and delete it on the fly
find . -type f -name "thefiletobedeleted" -exec rm -f {} \;
### running a script at the terminel
./nameofscript
### unzip files
tar -xzf vmd-1.9.bin.LINUX.opengl.tar.gz
# to create a new file
touch newfile.txt

ليست هناك تعليقات:
إرسال تعليق