File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- Updated: 10/03 /2016
1
+ Updated: 18/12 /2016
2
2
3
3
INPUT/OUTPUT OPERATIONS:
4
4
@@ -501,16 +501,16 @@ Updated: 10/03/2016
501
501
Say we want to do something with releases (in this case just 'echo'),
502
502
with a score lower than 5.0, but higher than 0
503
503
504
- -a --silent -lom= "score < 5.0 && score" - -execv "echo \">> {title} << is below the score limit {score}/5.0\""
504
+ -a --silent -lom "score < 5.0 && score" -execv "echo \">> {title} << is below the score limit {score}/5.0\""
505
505
506
506
Display all titles with score higher than or equal to 6.0, sort by score ascending:
507
507
508
- -a -lom= "score >= 6.0" --sort asc,score -print '{score} {:t} {title}'
508
+ -a -lom "score >= 6.0" --sort asc,score -print '{score} {:t} {title}'
509
509
510
510
Display all titles with score higher than 7.0 of genre Comedy,
511
511
sorted by score ascending:
512
512
513
- -a -lom= "score > 7.0" -l: genres -regexi "Comedy" --sort asc,score -print '{score} {:t} {title} / {genres}'
513
+ -a -lom "score > 7.0" -l: genres -regexi "Comedy" --sort asc,score -print '{score} {:t} {title} / {genres}'
514
514
515
515
516
516
FOLDERS FILE (filesystem based dirlog rebuild only):
Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ g_print_do_filter (__g_handle hdl, void *s_exec)
40
40
41
41
if (r == 1 )
42
42
{
43
- print_str ("WARNING: %s: all records were filtered\n" , hdl -> file );
44
43
}
45
44
else if (r )
46
45
{
@@ -50,7 +49,6 @@ g_print_do_filter (__g_handle hdl, void *s_exec)
50
49
return r ;
51
50
}
52
51
53
-
54
52
int
55
53
g_print_stats (char * file , uint32_t flags , size_t block_sz )
56
54
{
You can’t perform that action at this time.
0 commit comments