Thank you very much. Now I can open the vi editor with /usr/bin/vi a window open containing : ~
~ VIM - Vi IMproved
~
~ version 7.3
~ by Bram Moolenaar et al.
~ Vim is open source and freely distributable
~
~ Help poor children in Uganda!
~ type :help iccf<Enter> for information
~
~ type :q<Enter> to exit
~ type :help<Enter> or <F1> for on-line help
~ type :help version7<Enter> for version info
~
Then I was setting path :
export PATH=“/Users/ZILLURRAHMAN/Desktop/Bioinformatics/Bow-tie/bowtie2-2.2.3/:$PATH” and this was my previously setted path. But still it is not working. I think somehow I replaced this path by
“users/ZILLURRAHMAN/desktop/bioinformatics/bow-tie/bowtie2-2.2.3/BT2_HOME:??
As I am very new in command line I am making mistakes. Sorry guys I am giving you too much pain.
I can't use http://www.tech-recipes.com/rx/2618/...with_textedit/ this link cause my open command also not working.
[6]+ Stopped /usr/bin/vim
Mds-MacBook-Pro:desktop ZILLURRAHMAN$ /usr/bin/vim
[7]+ Stopped /usr/bin/vim
Mds-MacBook-Pro:desktop ZILLURRAHMAN$ ls
-bash: ls: command not found
Mds-MacBook-Pro:desktop ZILLURRAHMAN$ /usr/bin/vim
[8]+ Stopped /usr/bin/vim
Mds-MacBook-Pro:desktop ZILLURRAHMAN$ open .profile
-bash: open: command not found
Mds-MacBook-Pro:desktop ZILLURRAHMAN$ open -a TextEdit .profile
-bash: open: command not found
Mds-MacBook-Pro:desktop ZILLURRAHMAN$ cd
Mds-MacBook-Pro:~ ZILLURRAHMAN$ /usr/bin/vim
[9]+ Stopped /usr/bin/vim
Mds-MacBook-Pro:~ ZILLURRAHMAN$ /usr/bin/vim
[10]+ Stopped /usr/bin/vim
Mds-MacBook-Pro:~ ZILLURRAHMAN$ echo $PATH
“users/ZILLURRAHMAN/desktop/bioinformatics/bow-tie/bowtie2-2.2.3/BT2_HOME:??
May be I am missing something very fundamental line...........
~ VIM - Vi IMproved
~
~ version 7.3
~ by Bram Moolenaar et al.
~ Vim is open source and freely distributable
~
~ Help poor children in Uganda!
~ type :help iccf<Enter> for information
~
~ type :q<Enter> to exit
~ type :help<Enter> or <F1> for on-line help
~ type :help version7<Enter> for version info
~
Then I was setting path :
export PATH=“/Users/ZILLURRAHMAN/Desktop/Bioinformatics/Bow-tie/bowtie2-2.2.3/:$PATH” and this was my previously setted path. But still it is not working. I think somehow I replaced this path by
“users/ZILLURRAHMAN/desktop/bioinformatics/bow-tie/bowtie2-2.2.3/BT2_HOME:??
As I am very new in command line I am making mistakes. Sorry guys I am giving you too much pain.
I can't use http://www.tech-recipes.com/rx/2618/...with_textedit/ this link cause my open command also not working.
[6]+ Stopped /usr/bin/vim
Mds-MacBook-Pro:desktop ZILLURRAHMAN$ /usr/bin/vim
[7]+ Stopped /usr/bin/vim
Mds-MacBook-Pro:desktop ZILLURRAHMAN$ ls
-bash: ls: command not found
Mds-MacBook-Pro:desktop ZILLURRAHMAN$ /usr/bin/vim
[8]+ Stopped /usr/bin/vim
Mds-MacBook-Pro:desktop ZILLURRAHMAN$ open .profile
-bash: open: command not found
Mds-MacBook-Pro:desktop ZILLURRAHMAN$ open -a TextEdit .profile
-bash: open: command not found
Mds-MacBook-Pro:desktop ZILLURRAHMAN$ cd
Mds-MacBook-Pro:~ ZILLURRAHMAN$ /usr/bin/vim
[9]+ Stopped /usr/bin/vim
Mds-MacBook-Pro:~ ZILLURRAHMAN$ /usr/bin/vim
[10]+ Stopped /usr/bin/vim
Mds-MacBook-Pro:~ ZILLURRAHMAN$ echo $PATH
“users/ZILLURRAHMAN/desktop/bioinformatics/bow-tie/bowtie2-2.2.3/BT2_HOME:??
May be I am missing something very fundamental line...........
Comment