Search Results

Search: Posts Made By: namityadav
10,635
Posted By namityadav
Currently I am doing it like this:
for fileName in `find . -type f -regex "$REGEX" -print` ; do
split -d -a 5 -C $SPLITFILESIZE $fileName $fileName-
done

which creates the files like this:

For files:
abc.txt and...
10,635
Posted By namityadav
Use same filename for prefix in the split command
I want to execute something like this:

find . -type f -regex '$REGEX' -print | xargs split -d -C $SIZE

The problem is that I want the name of the split files to be the same name as original...
2,909
Posted By namityadav
Anybody?
Can anybody please suggest something ?
2,909
Posted By namityadav
The very commonly asked .. but unanswered requirement for a password change script
Noob question ..

My Java based application needs to change some user passwords based on some user actions. Since this application can run on Redhat AS2.1 / AS4.0 / Solaris 9 etc, the most safe and...
Showing results 1 to 4 of 4

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