Really...WTF. I'm assuming English is not your first language--if not really...WTF. If you're trying to open a file in a file manager when you right click you can choose "Open with" and select the proper app to open the file and you can check the box to select this app to be the default action for this type of file.
Want few input related to unix environment and terminal settings:
1. Am trying to find a way to keep the unix terminal display intact even after opening and closing a vi/less file.
Some websites offer .ics files, calendar files. I would like thunrbird to open these with Lightning so it can add the events in the ics-file to its calendar.
When I use /usr/bin/thunderbird to open the file with, it starts a new message with the ics file attached.
I got this when I tried to open a py file on the terminal line I edited in pico;
lightning@rigel5:~$ ./hello.py
bash: ./hello.py: Permission denied
How can I easily open a .py file from the pico editor in the terminal and run it in the python interpreter?
Hey guys,I've searched the web and can't find an answer to this, and I don't remember this happening when I was on Statler, but if I have a Libreoffice file open already, and I go to Thunar and open another Libreoffice file, the new file doesn't come into focus but opens in the background, and I get a blinking button in my tint2 toolbar. If I am opening a new file, it
This tutorial will explain how to open file from console with preferred application in Ubuntu, just like when double-click on a .mp3 file in nautilus, rhythmbox player launches and plays the music, also urls can be open with the default web browser from the terminal.
There’re following command tools do this work:
gnome-open opens a file with Gnome’s default application
kde-open opens
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
Hi i just want to open 2 files and find difference between cond1[2] and cond2[2] and if the difference is greater than or equal to some number say 2 print the lines again in 2 different files.
When I'm using PCManFM, I sometimes do the following. I right-click in an empty place in ~/, and choose Make new... --> Empty File. I type some text in it, like 'blabalballabl', and then I save it, e.g., as test.
Now, I double-click this file. Leafpad won't open the file, but instead PCManFM will say that the file is executable. It then asks if I want to execute the file or not.