Search Results

Search: Posts Made By: msf5042
2,663
Posted By msf5042
HELP unsetting array element in loop
I have a loop and I need to be able to unset the array element that I am currently accessing in it. I was thinking of making a counter that increments with the loop and doing unset $dirs[$counter]...
2,332
Posted By msf5042
find: search regex of files?
I want to use the find command to search a ton of files, but I want to break it up into multiple machines. I want to search for files with "filename." in the title.
The location I want to search is:...
2,265
Posted By msf5042
"find": search the a regex of FILES??
I want to use the find command to search a ton of files, but I want to break it up into multiple machines. I want to search for files with "filename." in the title.
The location I want to search is:...
15,556
Posted By msf5042
Thanks for the replay. I was just reading about...
Thanks for the replay. I was just reading about suppressing to the null device. This works for me:
sudo dd if=boot1h of="/dev/r$temp1" >& /dev/null

For future reference, can you explain the...
15,556
Posted By msf5042
how to suppress dd output?
I have to stop the output of dd from writing to terminal. Here is the command:
sudo dd if=boot1h of="/dev/r$temp1"

Here is the output:
2+0 records in
2+0 records out
1024 bytes transferred in...
1,831
Posted By msf5042
Auto-detect drive identifier?
Is there a way I could autodetect a drive identifier? For example, below I would like to be able to put "disk1s1" into a variable (meaning that every time that the script I am writing runs I would...
Showing results 1 to 6 of 6

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