Search Results

Search: Posts Made By: pratikjain998
1,944
Posted By pratikjain998
ya i am reading this file in notepad.i think...
ya i am reading this file in notepad.i think because of this file names are not sepearted by newline.
Thanks
1,944
Posted By pratikjain998
problem in find command
I am facing problem in find command. I want to read all file names of a directory and write those names in a text file. My script is

find /home/Pratik/src -type f -exec basename {} \; >> names.txt...
4,393
Posted By pratikjain998
snapshot of error message ...
snapshot of error message

https://picasaweb.google.com/105463293573243221698/February42012?authuser=0&feat=directlink
4,393
Posted By pratikjain998
again it is showing same error no such file or...
again it is showing same error no such file or directory.profile
4,393
Posted By pratikjain998
problem in creating execute profile file in unix
first i created a profile file(my_var.profile) which contains
export my_var=20
after that i created shell scripts(my_var.sh) which contains

#!/bin/bash
. ./my_var.profile
echo...
2,917
Posted By pratikjain998
thanks. It's working
thanks. It's working
2,917
Posted By pratikjain998
ya it is ./first.profile
ya it is ./first.profile
2,917
Posted By pratikjain998
problem in creating my own profile file in unix
I am new in shell scripting. currently i am using cygwin. My problem is
i created a profile file in my own folder. file name is first.profile in which i gave following values to variable
export...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 09:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy