Commit 8d78f0b0 authored by Nico Schallehn's avatar Nico Schallehn

test

parent cbbd0eaf
<?php <?php
$dir ="/media/QNAP/"; $dir ="/media/QNAP/";
$kommando = 'find '.$dir.' * | grep mkv';
echo $kommando.PHP_EOL;
$String = exec('find '.$dir.' * | grep mkv'); $String = exec('find '.$dir.' * | grep mkv');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment