From owner-freebsd-questions@freebsd.org Mon Sep 23 13:36:43 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 61A02F51E7 for ; Mon, 23 Sep 2019 13:36:43 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.ilk.org (be-well.ilk.org [23.30.133.173]) by mx1.freebsd.org (Postfix) with ESMTP id 46cQMt4V3rz42Dg for ; Mon, 23 Sep 2019 13:36:42 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: by be-well.ilk.org (Postfix, from userid 1147) id 864DE33C2F; Mon, 23 Sep 2019 09:36:34 -0400 (EDT) From: Lowell Gilbert To: Mrityunjoy Ghosh Cc: freebsd-questions@freebsd.org Subject: Re: Clarification about creating .xinitrc file for xfce References: Reply-To: freebsd-questions@freebsd.org Date: Mon, 23 Sep 2019 09:36:34 -0400 In-Reply-To: (Mrityunjoy Ghosh's message of "Mon, 23 Sep 2019 18:19:48 +0530") Message-ID: <44a7avqgm5.fsf@be-well.ilk.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain X-Rspamd-Queue-Id: 46cQMt4V3rz42Dg X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of freebsd-questions-local@be-well.ilk.org has no SPF policy when checking 23.30.133.173) smtp.mailfrom=freebsd-questions-local@be-well.ilk.org X-Spamd-Result: default: False [-1.09 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[freebsd-questions@freebsd.org]; NEURAL_HAM_MEDIUM(-0.92)[-0.917,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-0.94)[-0.943,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[ilk.org]; REPLYTO_DOM_NEQ_FROM_DOM(0.00)[]; AUTH_NA(1.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[]; FREEMAIL_TO(0.00)[gmail.com]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7922, ipnet:23.30.0.0/15, country:US]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(-0.13)[ip: (0.15), ipnet: 23.30.0.0/15(0.58), asn: 7922(-1.35), country: US(-0.05)] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Sep 2019 13:36:43 -0000 Mrityunjoy Ghosh writes: > Section 5.7.3 for creating .initrc and .xsession file for xfce written as > given below. My question is what is the need of dot after inverted commas > (i.e. ". /usr )? What will happen if it is done this way? > > % echo ". /usr/local/etc/xdg/xfce4/xinitrc" > ~/.xinitrc > > % echo ". /usr/local/etc/xdg/xfce4/xinitrc" > ~/.xsession The dot is equivalent to the keyword "source".