Search Results

Search: Posts Made By: fiol73
2,003
Posted By fiol73
merging INPUT and files
guys i'm stille working on my little programme and i have not solved my problem:

i want to emulate the behaviour of the command

paste - file

which takes input from the user and from a...
2
Eof
2,283
Posted By fiol73
thanx but didnt solve the problem
hi! thanks for your help but your solution did not quite solve the problem so I'll try to explain it better! If you type this command directly in the shell:

paste - file (where 'file' is a text...
2
Eof
2,283
Posted By fiol73
Eof
I have written this code:

code
echo 'Now choose the file or files you want to merge your input with: \c'
read filenames
filelist=""
for file in $filenames; do
filelist="$filelist $file"
done...
1,381
Posted By fiol73
about READ...please help!
hi guys i have a question:

i am creating an interactive programme and i need some help on the READ command. let's say that i use the echo command and ask something to my user in the form:

echo...
4,470
Posted By fiol73
sorry still me but questions come to my mind...
sorry still me but questions come to my mind while i'm working at the script...i am performing a series of IF tests, and lets say that after a

if.....then
fi

i want to go back where i...
4,470
Posted By fiol73
on how to create files
hi guys! i want my user to create some new files in a directory:

i would like the user to choose a file name and then to create some kind of user friendly utility that makes my user write what...
2,841
Posted By fiol73
i am new to unix world so i am not sure my advice...
i am new to unix world so i am not sure my advice will be useful or work... i am just studyind test command now....
try:

dbCheck2()
{if
[ -d /var/lib/mysql/$IPdb ]
echo hi #just to check...
2
3,630
Posted By fiol73
Vt102
whenever i type ls coomand i get this code after the prompt...anyone knows what it stands for?
thanx.
6,376
Posted By fiol73
thank you very much
thank you very much
6,376
Posted By fiol73
help with READ command
Dear forum, i am trying to write a little programme which should greet the user, tell him/her the current path and visualize the directories (NO FILES, JUST DIRECTORIES). what follows is chosen...
Showing results 1 to 10 of 10

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