Search Results

Search: Posts Made By: hoo
2,136
Posted By RudiC
awk 'BEGIN{OFS=FS="\",\""} NR>1 {if (length($3)...
awk 'BEGIN{OFS=FS="\",\""} NR>1 {if (length($3) < 30) sub("\"", " "$2" is great\"", $3)}1' file
"category","title","post"
"Z","Zoo","test 54325 test 45363mc. Zoo is great"
"Z","Zen","rs2w3rsj...
1,529
Posted By pamu
Assuming your ls gives column 5 as file size. And...
Assuming your ls gives column 5 as file size. And you are not checking file names is they are same or not.

Below you will get files which have size same. And first file is already removed.
...
Showing results 1 to 2 of 2

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