Search Results

Search: Posts Made By: ktsirig
10,474
Posted By ktsirig
Sorry, it needed : find . -name '*.txt'...
Sorry, it needed :


find . -name '*.txt' -exec split -l 10 {} {} \;

Thanx again!
10,474
Posted By ktsirig
Hi, thanx very much for your time. Excuse my...
Hi, thanx very much for your time.
Excuse my foolish question, but what are {} \ in your code?

find . -name '*.txt' -exec split -l 10 {} \;

I understand 'find - name '*.txt' ', I suppose...
10,474
Posted By ktsirig
split function
Hi all!
I am relatively new to UNIX staff, and I have come across a problem:
I have a big directory, which contains 100 smaller ones. Each of the 100 contains a file ending in .txt , so there are...
Showing results 1 to 3 of 3

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