Hi All,
I need to create a script to process on 10 files.
Hi All, I have a file. This file contain huge amount of data. I want to modify this file. I want enter new line when count of "~ character is 79.
Hi,
I have a file in the following format
Code:
"SYLVESTER,WILLARD G"|"S00633600"|"221052958A"|"H2256"|"015"|""|"00000042BASJ"|"665303"|"N"|"20100211"|"380.4"|""|""|""|"5400"|"20110218"|""|"20110218"|"FEESC&qu
Hi guys,i am trying to set up Vim as my C++ IDE since 2 days and no success so far.I have installed Vim pacman -Q vim
vim 7.3.661-1I have downloaded vim-latex and clang tar balls,extract and place appropriate directorys in ~/.vim e.g.
I have a file1.txt
file1.txt
Code:
F-120009210","Felix","U-M-F-F-F-","white","yes","no","U-M-F-F-F-","Bristol","RI","true"
F-120009213","Fluffy","U-F-","white","yes","no","M-F-","Warwick","RI","true"
U-12
Hi All,
can anyone assist in what im aiming for?
I need to grep a nmap scan to save and cat the following lines in a xml file for product versions:
<port protocol="tcp" portid="21"><state state="open" reason="syn-ack" reason_ttl="64"/><service name="ftp" product="vsftpd" version="2.3.4" ostype=&
Hey!
I am trying to modify /etc/php.ini
I run chown jon /etc/php.ini
Once the permissions are changed, I open the file with gedit, and make the changes I want.
When I go to save my changes, it gives me this error...
gedit could not back up the old copy of the file before saving the new one.
Hi,
The blow code does not yeild any output.
Code:
find . -name "*.jar" -o -name "*.ksh" -o -name "*.properties" -name "*.war" -o -name "*.ear" -o -name "*.sh" -o -name "*.cfg" -exec ls -l {} \;
I wish to print the filename filesize filedate in HP-UX.
Can anyone help ?
Hi all;
I have the following code which gives me kind of what I need:
#!/usr/bin/perluse Fcntl ':mode';#if ($ARGV[0] ne "") { $filename = $ARGV[0];} else { print "Please specify a file!\n"; exit;}#if (($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,$blksize,$blocks) = lstat($filename)) { $user = getpwuid($uid); $group =