Hi everyone. I bought my tablet a few days ago and I'm still trying to get the hang of it. I have downloaded 3 files (eps of tv shows). I can watch them directly from the downloading app BUT I can find no record of the files being saved on the tablet. My "downloads" folder is empty and I have even run a search for the file and came back "no files match your search".
Hey everyone! I am determining the best method to do what the subject of this thread says. I only have pieces to the puzzle right now. Namely this:
grep -rl "expression" . | xargs open
(I should mention that the intention is to grep through many files containing the "expression" and return the files themselves for subsequent editing.)
and this:
...
I have an Asus transformer but have never used Android before, only PC.
When working on files, I do not understand where the "save as" button is, or where to give it a filename to save with. All it says when you click "save" is "saved". I then have to go and find my file and move it to where I want it and then rename it.
Hello. I have the following problem. While I can read any file on gedit I can save it(save buttons are disabled)! I get the following message:
Quote:
Changes to document "Untitled Document 1" will be permanently lost.
Saving has been disabled by the system administrator.
I have reinstalled gedit and deleted all config files.
Hi
I was backing up my home dir when I found many ".jpg.pnj" and ".zip.id3" files. The ".pnj" files seem to be thunbnails for the ".jpg" files I have.
I have a source file that contains multiple XML files concatenated in it. The separator string between files is <?xml version="1.0" encoding="utf-8"?>. I wanted to split files in multiple files with mentioned names. I had used a awk code earlier to spilt files in number of lines i.e.
I have a complex problem.....
I have to search files on directory "text files"
then search on all of them for a word or sentence....the user inter
my problem is,,,, if I want to create a child for each file...and point a file by pointer to search...and I don't know how much files i have in directory ,,, so i don't know how much pointers should i create....
anyone have an idea how to c
Hi im trying a GREP a varaiable which contains a file name and i search it in a list of .txt file and ifs its found the .txt file , it returns the name of the txt file name..the snippet im using is
Code:
foreach my $files (glob('*.txt'))
{
open(my $fh1, $files) or die("Unable to open '$files': $!");
{
if ( grep /$file/, <$fh1> )
{
$Sheet->Cells($row,$col+1)->{'Valu
I have Fedora 17 GNOME installed on my Asus 1015PX. I have my personal files on a flashdrive. After closing a new or edited text files, tmp files are permanently saved on my flashdrive. I am manually opening up my folders to search for the tmp files and manually deleting the tmp files.