Search Results

Search: Posts Made By: cain82
Forum: Programming 05-04-2014
1,332
Posted By cain82
Help with djbdns code
Hi,
I need help to rewrite djbdns source code to accept 1024 bytes via UDP (limit is 512)

#include <stdio.h>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include...
5,411
Posted By cain82
I suppose - once rm is faster than million times...
I suppose - once rm is faster than million times :)

---------- Post updated at 02:29 AM ---------- Previous update was at 02:28 AM ----------

What about find /path/ -type f -delete is this a...
5,411
Posted By cain82
Deleting a million of files ..
Hi,

Which way is faster rm -rf /path/ or find / -name -exec rm {} \; and why?
667
Posted By cain82
Thank you!!!
Thank you!!!
667
Posted By cain82
Help with shell script
Hi,
I need a bash script to create 1000000 files 1024bytes each one in a directory.


I have an example but it doesnt work :(

#!/bin/bash
JUNK=~/junk
for i in {1..1000000}
do
`dd...
Showing results 1 to 5 of 5

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