Code:
louai@Gondolin louai $ mkdir test louai@Gondolin louai $ cd test/ louai@Gondolin test $ ls louai@Gondolin test $ touch file1 file2 file3 louai@Gondolin test $ ls file1 file2 file3 louai@Gondolin test $ gvim file1 louai@Gondolin test $ gedit file2 & [1] 7070 louai@Gondolin test $ xedit file3 & [2] 7094 louai@Gondolin test $ ls file1 file2 file3 louai@Gondolin test $ rm * louai@Gondolin test $ ls louai@Gondolin test $

Comment