Search Results

Search: Posts Made By: Tribe
32,011
Posted By Tribe
You need faToTwoBit compiled in Windows exe (PE)...
You need faToTwoBit compiled in Windows exe (PE) format but against cygwin1.dll not the native windows dll. You can't run native ELF binaries on Cygwin.

As fas as I know, the faToTwoBit...
5,712
Posted By Tribe
So you want to force the create flag? You...
So you want to force the create flag?

You can run the exec command at the end of the find search, and redirect all found arguments at once:

find ./ -type f -name "*.txt" -exec tar -cvf...
5,712
Posted By Tribe
You should use update. Actually you are creating...
You should use update. Actually you are creating a new tar archive each time overwriting the already existent (if) so only the last found txt will be in tar archive. So it would look like:

find ./...
4,602
Posted By Tribe
With this command you will output the names of...
With this command you will output the names of the files in present dir whose name ends in Kconfig and for each of the found files it will show the entire lines containing both CONFIG_MTD and depend...
Showing results 1 to 4 of 4

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