Search Results

Search: Posts Made By: muay_tb
1,073
Posted By pokerino
Hi, another way: VAR=$(find ${dir}...
Hi,

another way:

VAR=$(find ${dir} -type f -exec echo \"{}\"\: \; )
1,073
Posted By itkamaraj
find ${dir} -type f -print | while read a; do...
find ${dir} -type f -print | while read a; do echo -n "$a:"; done
1,073
Posted By Franklin52
Or maybe with: find ${dir} -type f -print | awk...
Or maybe with:
find ${dir} -type f -print | awk 1 ORS=:
Showing results 1 to 3 of 3

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