代码搜索:bash
找到约 5,321 项符合「bash」的源代码
代码结果 5,321
www.eeworm.com/read/374687/2749194
mk bash.mk
#############################################################
#
# bash
#
#############################################################
BASH_VER:=3.0
BASH_SOURCE:=bash-$(BASH_VER).tar.gz
BASH_SITE:=ftp
www.eeworm.com/read/161040/5563781
txt bash.txt
create user &username identified by student;
grant connect to &username;
grant resource to &username;
/
--use accept
ACCEPT username
prompt 'enter the username:'
ACCEPT password
prompt '
www.eeworm.com/read/161040/5563967
txt bash.txt
create user &username identified by student;
grant connect to &username;
grant resource to &username;
/
--use accept
ACCEPT username
prompt 'enter the username:'
ACCEPT password
prompt '
www.eeworm.com/read/161040/5563971
bash_profile .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# Oracle env
if [ -f /etc/shell-mods.sh ]; then
. /etc/shell-mods.sh
fi
# User specific environment and st
www.eeworm.com/read/161040/5563977
bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# Oracle env
if [ -f /etc/shell-mods.sh ]; then
. /etc/shell-mods.sh
fi
# User specific environment and st
www.eeworm.com/read/392414/8343996
bash_history .bash_history
cd src
ls
psd
pwd
l
ls
cd ..
ls
cd lastbank.bak/
ls
cd src
ls
vi operdb.pc
proc operdb.pc
gcc -o test operdb.c $ORACLE_HOME/lib/libclntsh.so
./test
vi operdb.pc
proc operdb.pc
gcc -o test operdb.c $OR
www.eeworm.com/read/392414/8344013
bash_profile .bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
unset USERNAME
#./bin/l