Search Results

Search: Posts Made By: waqar
6,646
Posted By waqar
Hi the for function worked but the while is...
Hi the for function worked but the while is counting from 1 to 10000
and the for counts from 00001 to 10000

why?
6,646
Posted By waqar
Is this one counting up x? so if i have a...
Is this one counting up x?

so if i have a script

!/bin/bash
x=1
while [ $x -le 10000 ] ; do
path= something bser$x | grep something
if [[$path = "something"]]
echo "something found"
fi...
6,646
Posted By waqar
heheheh :D what does this row do ...
heheheh :D


what does this row do

x=$(($x+1))
6,646
Posted By waqar
Thanx very much i will try it tomorrow :D i hope...
Thanx very much i will try it tomorrow :D i hope it will work it will work with files with the name bser and have a interval from o to 100000000000000 if i change 10000 in the for loop or i mean in...
6,646
Posted By waqar
i think that would work but for x in $(seq...
i think that would work but

for x in $(seq -w 1 10000); do

you set the intreval from 1 to 10000 or is it mean that the highest nar is 10000 and you count up 1 at every time?

thanx a lot...
6,646
Posted By waqar
i dont understand
Thanx for your answer but i am realy bad at scripting...
hmmm i dont realy understand i am a newbi can you give me a exampel code ? the name is always start with bser and i will count from 00001 to...
6,646
Posted By waqar
count up file
Hi i have a problem i am going to serch for files and i have a bash script
but the problem i have is that the file names are like bser00001, bser00002 etc. and when i serch for files it start to...
9,912
Posted By waqar
I have it trough the hospital program but there...
I have it trough the hospital program but there you cant see the directory structure. just the picture. I will have access to the server when i have a metod to copy the picture. But i will ask the IT...
9,912
Posted By waqar
Hi the files are DICOM. and i have no access to...
Hi the files are DICOM. and i have no access to see the directory structure bu t i can ask the IT group in the hospital and se if they can give me the info.

More info on this site. DICOM...
9,912
Posted By waqar
Thanx need more help
Please read the https://www.unix.com/misc.php?do=cfrules
9,912
Posted By waqar
Thanx- more help?
Thanks, but the thing is that I have to seach for the files in the script, then copy them because there are many TB to check through in order to find the files.

Let me explain more of what i want...
9,912
Posted By waqar
Shell-script to HP-UX
Hi
I wounder if any one knows any method and script to copy files from a UniX system like HP-UX to a external hard disk on a windows computer without making the system slow.

Regards
Waqar Ali
Showing results 1 to 12 of 12

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