Search Results

Search: Posts Made By: hannem
4,050
Posted By hannem
question in .bash_profile
We are more users using the oracle account, and people want to include theyr own files in .bash_profile. Like this:

while [ "$LOGNAME" = "oracle" -o -z "$LOGNAME" ]; do
echo -n "LOGNAME...
2,366
Posted By hannem
It worked! :b: Thank you. :)
It worked! :b:
Thank you. :)
2,366
Posted By hannem
Creating an sql statement from a file. Problem with '
Hi, I am trying to create sql statements from a file, but I have a problem with ':

This is what I do:
cat filex.txt | awk -F: '{print $1,"A","and personnavn like",$5}' | sed -e "s/^/select...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 11:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy